diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2008-03-29 00:19:25 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2008-03-29 00:19:25 +0000 |
| commit | 6f027bbe252cb3447deb92a38f3a2efebe7f0498 (patch) | |
| tree | 34626ce18a6e4cc421112c8ed4ce32ef58164f71 /manual/platform/ondiofm.tex | |
| parent | 58787280b808838b9812258645d6df69591bbb37 (diff) | |
| download | rockbox-6f027bbe252cb3447deb92a38f3a2efebe7f0498.zip rockbox-6f027bbe252cb3447deb92a38f3a2efebe7f0498.tar.gz rockbox-6f027bbe252cb3447deb92a38f3a2efebe7f0498.tar.bz2 rockbox-6f027bbe252cb3447deb92a38f3a2efebe7f0498.tar.xz | |
Add some more missing Action commands to the H10s' and recording capable Ipods'platform files which should fix the manuals for good. Also renamed ActionSettings* to ActionRecSettings* to avoid confusion with ActionSetting* ... (which is really different on most targets).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16871 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/ondiofm.tex')
| -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 7e14067..b951e99 100644 --- a/manual/platform/ondiofm.tex +++ b/manual/platform/ondiofm.tex @@ -85,8 +85,8 @@ %Button actions, Recording screen context \newcommand{\ActionRecPause}{\ButtonMenu} -\newcommand{\ActionSettingsInc}{\ButtonRight} -\newcommand{\ActionSettingsDec}{\ButtonLeft} +\newcommand{\ActionRecSettingsInc}{\ButtonRight} +\newcommand{\ActionRecSettingsDec}{\ButtonLeft} \newcommand{\ActionRecMenu}{Long \ButtonMenu} \newcommand{\ActionRecExit}{\ButtonOff} |