1
0
Fork 0
forked from len0rd/rockbox

Make the main menu show target specific image for the ondios. Adjust \specimg macro for the ondios.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10069 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Martin Arver 2006-06-06 11:41:55 +00:00
parent 53319248b4
commit d15204e496
4 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 1,011 B

After

Width:  |  Height:  |  Size: 1,011 B

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 707 B

View file

@ -13,7 +13,7 @@
\newcommand{\playertype}{Ondio}
\newcommand{\playerlongtype}{Ondio FM}
\newcommand{\genericimg}{112x64x1}
\newcommand{\specimg}{ondio}
\newcommand{\specimg}{ondiofm}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
%For use when referring to the player. E.g. the \daps\ capacity ...

View file

@ -10,7 +10,7 @@
\newcommand{\playertype}{Ondio}
\newcommand{\playerlongtype}{Ondio SP}
\newcommand{\genericimg}{112x64x1}
\newcommand{\specimg}{ondio}
\newcommand{\specimg}{ondiosp}
%Used to name the player, e.g. ...to the \dap
\newcommand{\dap}{player}
%For use when referring to the player. E.g. the \daps\ capacity ...