summaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-05-31 09:18:21 +0000
committerNils Wallménius <nils@rockbox.org>2008-05-31 09:18:21 +0000
commit566bf331daf06434438353016a259e7ff43522e8 (patch)
tree39cb215e7ba8ffe9563b8e6493d258bb2d49ed65 /manual
parent8b2d5bea79ec52f8b1d42c378ad68ef386575536 (diff)
downloadrockbox-566bf331daf06434438353016a259e7ff43522e8.tar.gz
rockbox-566bf331daf06434438353016a259e7ff43522e8.zip
Fix a wrong button macro in the c200 manual reported in FS#8907
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17668 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r--manual/platform/c200.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform/c200.tex b/manual/platform/c200.tex
index f7ce372024..0620ce0414 100644
--- a/manual/platform/c200.tex
+++ b/manual/platform/c200.tex
@@ -65,7 +65,7 @@
\newcommand{\ActionWpsAbReset}{\ButtonPower{} + \ButtonUp}
%Button actions, tree context
-\newcommand{\ActionTreeWps}{\ButtonUp}
+\newcommand{\ActionTreeWps}{\ButtonRec{} + \ButtonUp}
\newcommand{\ActionTreeStop}{Long \ButtonUp}
\newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight}
\newcommand{\ActionTreeParentDirectory}{\ButtonLeft}