From 566bf331daf06434438353016a259e7ff43522e8 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Sat, 31 May 2008 09:18:21 +0000 Subject: 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 --- manual/platform/c200.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3