diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-12-16 18:50:25 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-12-16 18:50:25 +0000 |
| commit | 2e865286bc08a25a420355ef93994f594286f764 (patch) | |
| tree | 2b8b9e96d1b1b2b53e917207dcb084831e67d6a9 | |
| parent | 0ccd4871206cdd3680b66415e0046f7cce510b18 (diff) | |
| download | rockbox-2e865286bc08a25a420355ef93994f594286f764.zip rockbox-2e865286bc08a25a420355ef93994f594286f764.tar.gz rockbox-2e865286bc08a25a420355ef93994f594286f764.tar.bz2 rockbox-2e865286bc08a25a420355ef93994f594286f764.tar.xz | |
\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.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform/sansaclip.tex b/manual/platform/sansaclip.tex index 0509c52..c92f2d2 100644 --- a/manual/platform/sansaclip.tex +++ b/manual/platform/sansaclip.tex @@ -10,7 +10,7 @@ \newcommand{\playerman}{Sansa} \newcommand{\playertype}{Clip} \newcommand{\playerlongtype}{\playertype} -\newcommand{\genericimg}{128x64x1-clip} +\newcommand{\genericimg}{128x64x1} \newcommand{\specimg}{sansaclip} %Used to name the player, e.g. ...to the \dap \newcommand{\dap}{player} |