From 7bf5f204eef39a756d05cd98c691e375551e100b Mon Sep 17 00:00:00 2001 From: bluebrother Date: Wed, 16 Dec 2009 18:50:25 +0000 Subject: [PATCH] \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 --- manual/platform/sansaclip.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/platform/sansaclip.tex b/manual/platform/sansaclip.tex index 0509c52eb..c92f2d286 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} -- 2.11.4.GIT