diff options
| author | Martin Arver <martin.arver@gmail.com> | 2006-06-06 11:41:55 +0000 |
|---|---|---|
| committer | Martin Arver <martin.arver@gmail.com> | 2006-06-06 11:41:55 +0000 |
| commit | d15204e496e83afd80d46919a05ca6ef670822f2 (patch) | |
| tree | da663b678c409692dedf36283b1c3f6b67792c4e | |
| parent | 53319248b47264331dd94879239c9cdb5d02be46 (diff) | |
| download | rockbox-d15204e496e83afd80d46919a05ca6ef670822f2.zip rockbox-d15204e496e83afd80d46919a05ca6ef670822f2.tar.gz rockbox-d15204e496e83afd80d46919a05ca6ef670822f2.tar.bz2 rockbox-d15204e496e83afd80d46919a05ca6ef670822f2.tar.xz | |
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
| -rw-r--r-- | manual/main_menu/images/ss-main-menu-112x64x1-ondiofm.png (renamed from manual/main_menu/images/ss-main-menu-112x64x1-ondio.png) | bin | 1011 -> 1011 bytes | |||
| -rw-r--r-- | manual/main_menu/images/ss-main-menu-112x64x1-ondiosp.png | bin | 0 -> 707 bytes | |||
| -rw-r--r-- | manual/platform/ondiofm.tex | 2 | ||||
| -rw-r--r-- | manual/platform/ondiosp.tex | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/manual/main_menu/images/ss-main-menu-112x64x1-ondio.png b/manual/main_menu/images/ss-main-menu-112x64x1-ondiofm.png Binary files differindex 1d9b926..1d9b926 100644 --- a/manual/main_menu/images/ss-main-menu-112x64x1-ondio.png +++ b/manual/main_menu/images/ss-main-menu-112x64x1-ondiofm.png diff --git a/manual/main_menu/images/ss-main-menu-112x64x1-ondiosp.png b/manual/main_menu/images/ss-main-menu-112x64x1-ondiosp.png Binary files differnew file mode 100644 index 0000000..0543de6 --- /dev/null +++ b/manual/main_menu/images/ss-main-menu-112x64x1-ondiosp.png diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex index 860a7ce..c48aff8 100644 --- a/manual/platform/ondiofm.tex +++ b/manual/platform/ondiofm.tex @@ -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 ... diff --git a/manual/platform/ondiosp.tex b/manual/platform/ondiosp.tex index f824491..879a01f 100644 --- a/manual/platform/ondiosp.tex +++ b/manual/platform/ondiosp.tex @@ -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 ... |