diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2008-02-04 12:35:42 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2008-02-04 12:35:42 +0000 |
commit | bed73ee759569f44e9595440746b51ad3ccdcc3f (patch) | |
tree | 488eb3db390c3ba42a809d0cfcca3f5536c7382f /manual | |
parent | ae06fa34345d09075a4d5ea5ec40772c1d2b76aa (diff) | |
download | rockbox-bed73ee759569f44e9595440746b51ad3ccdcc3f.tar.gz rockbox-bed73ee759569f44e9595440746b51ad3ccdcc3f.zip |
Fix the c200 manual which was broken by yesterday's button action macros in the radio chapter commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16213 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/platform/c200.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform/c200.tex b/manual/platform/c200.tex index 225200b479..c6ea23aeaf 100644 --- a/manual/platform/c200.tex +++ b/manual/platform/c200.tex @@ -124,7 +124,7 @@ \newcommand{\ActionFMMode}{\ButtonRec} \newcommand{\ActionFMStop}{Long \ButtonUp} \newcommand{\ActionFMExit}{\ButtonPower} -\newcommand{\ActionFMPlay}{\ButtonPlay} +\newcommand{\ActionFMPlay}{\ButtonUp} \newcommand{\ActionFMSettingsInc}{\ButtonVolUp} \newcommand{\ActionFMSettingsDec}{\ButtonVolDown} \newcommand{\ActionFMPrev}{\ButtonLeft} |