diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2012-05-20 18:08:30 +0200 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2012-05-20 18:08:30 +0200 |
| commit | 5f2618c363467648d96ccbc82e14df7d2194a148 (patch) | |
| tree | b7cea31dca5998e9cd3b86b977036034c4c2e392 /manual | |
| parent | cf90958e940226cd5d0d78b40bc0d8b612b67a41 (diff) | |
| download | rockbox-5f2618c363467648d96ccbc82e14df7d2194a148.zip rockbox-5f2618c363467648d96ccbc82e14df7d2194a148.tar.gz rockbox-5f2618c363467648d96ccbc82e14df7d2194a148.tar.bz2 rockbox-5f2618c363467648d96ccbc82e14df7d2194a148.tar.xz | |
Manual: Include the iaudio remote graphic in its manual again.
Commit bb24ac8c27af4ea8459e622a9ea2619aebc50efb replaced the
\opt{iaudiom3,iriverh100} with \opt{remote} which isn't true in the
Iaudio M3 case as this feature is dependent on HAVE_REMOTE_LCD and
the M3 uses this screen as main lcd so doesn't define it. Use the manual
HAVEREMOTEKEYMAP for now as I didn't find a suitable other define yet.
Change-Id: I58b2abd2f7cae1a821cea297a2b4c002a3420493
Diffstat (limited to 'manual')
| -rw-r--r-- | manual/rockbox_interface/main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex index b7c553b..cf450ac 100644 --- a/manual/rockbox_interface/main.tex +++ b/manual/rockbox_interface/main.tex @@ -22,7 +22,7 @@ \typeout{Warning: missing front image} } \end{center} -\opt{remote}{ +\opt{HAVEREMOTEKEYMAP}{ % spacing between the two pictures, could possibly be improved \begin{center} \IfFileExists{rockbox_interface/images/\specimg-remote.png} |