diff options
author | Jens Arnold <amiconn@rockbox.org> | 2008-07-20 12:57:32 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2008-07-20 12:57:32 +0000 |
commit | 9656ea6dae7c3908114a432ae7b20d2da1cc56f2 (patch) | |
tree | ca6381eea74ee53bedb64be14307602ec0fccca8 /manual | |
parent | 4fc57f02b09d2692b01577e6f068892ef3c5cc39 (diff) | |
download | rockbox-9656ea6dae7c3908114a432ae7b20d2da1cc56f2.tar.gz rockbox-9656ea6dae7c3908114a432ae7b20d2da1cc56f2.zip |
Ondio FM: Switch long & short OFF in the FM screen to make it consistent with the WPS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18100 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/platform/ondiofm.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex index 70f3c54586..1960afdd34 100644 --- a/manual/platform/ondiofm.tex +++ b/manual/platform/ondiofm.tex @@ -95,8 +95,8 @@ %Button actions, FM radio context \newcommand{\ActionFMMenu}{Long \ButtonMenu} -\newcommand{\ActionFMStop}{\ButtonOff} -\newcommand{\ActionFMExit}{Long \ButtonOff} +\newcommand{\ActionFMStop}{Long \ButtonOff} +\newcommand{\ActionFMExit}{\ButtonOff} \newcommand{\ActionFMSettingsInc}{\ButtonUp} \newcommand{\ActionFMSettingsDec}{\ButtonDown} \newcommand{\ActionFMPrev}{\ButtonLeft} |