diff options
| author | Nils Wallménius <nils@rockbox.org> | 2008-05-31 09:18:21 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2008-05-31 09:18:21 +0000 |
| commit | 566bf331daf06434438353016a259e7ff43522e8 (patch) | |
| tree | 39cb215e7ba8ffe9563b8e6493d258bb2d49ed65 | |
| parent | 8b2d5bea79ec52f8b1d42c378ad68ef386575536 (diff) | |
| download | rockbox-566bf331daf06434438353016a259e7ff43522e8.zip rockbox-566bf331daf06434438353016a259e7ff43522e8.tar.gz rockbox-566bf331daf06434438353016a259e7ff43522e8.tar.bz2 rockbox-566bf331daf06434438353016a259e7ff43522e8.tar.xz | |
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
| -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 f7ce372..0620ce0 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} |