summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-12-16 18:50:25 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-12-16 18:50:25 +0000
commit2e865286bc08a25a420355ef93994f594286f764 (patch)
tree2b8b9e96d1b1b2b53e917207dcb084831e67d6a9
parent0ccd4871206cdd3680b66415e0046f7cce510b18 (diff)
downloadrockbox-2e865286bc08a25a420355ef93994f594286f764.tar.gz
rockbox-2e865286bc08a25a420355ef93994f594286f764.zip
\genericimg should be the generic image, i.e. the resolution. If a target specific screenshot exists (using the \specimg value) exists it's used automatically. Putting the target specific extension into \genericimg defeats the purpose of the fallback system. Fixes clip screenshots.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24036 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/platform/sansaclip.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform/sansaclip.tex b/manual/platform/sansaclip.tex
index 0509c52eb3..c92f2d286a 100644
--- a/manual/platform/sansaclip.tex
+++ b/manual/platform/sansaclip.tex
@@ -10,7 +10,7 @@
10\newcommand{\playerman}{Sansa} 10\newcommand{\playerman}{Sansa}
11\newcommand{\playertype}{Clip} 11\newcommand{\playertype}{Clip}
12\newcommand{\playerlongtype}{\playertype} 12\newcommand{\playerlongtype}{\playertype}
13\newcommand{\genericimg}{128x64x1-clip} 13\newcommand{\genericimg}{128x64x1}
14\newcommand{\specimg}{sansaclip} 14\newcommand{\specimg}{sansaclip}
15%Used to name the player, e.g. ...to the \dap 15%Used to name the player, e.g. ...to the \dap
16\newcommand{\dap}{player} 16\newcommand{\dap}{player}