diff options
| author | Paul Louden <paulthenerd@gmail.com> | 2007-08-31 14:17:37 +0000 |
|---|---|---|
| committer | Paul Louden <paulthenerd@gmail.com> | 2007-08-31 14:17:37 +0000 |
| commit | e8f07bc7bccbca191f9af5e8546a157e6019cb9b (patch) | |
| tree | ade80c1f5b6a59e7cb51ff085c5d48310e0cc0fe | |
| parent | 9931d5699c113247f8a3eb7fbf2aa8bfcad3b1c5 (diff) | |
| download | rockbox-e8f07bc7bccbca191f9af5e8546a157e6019cb9b.zip rockbox-e8f07bc7bccbca191f9af5e8546a157e6019cb9b.tar.gz rockbox-e8f07bc7bccbca191f9af5e8546a157e6019cb9b.tar.bz2 rockbox-e8f07bc7bccbca191f9af5e8546a157e6019cb9b.tar.xz | |
Fix the manual to reflect the change made in my previous commit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14555 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/gigabeatf.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/platform/gigabeatf.tex b/manual/platform/gigabeatf.tex index 73dad55..75822fe 100644 --- a/manual/platform/gigabeatf.tex +++ b/manual/platform/gigabeatf.tex @@ -45,7 +45,7 @@ \newcommand{\ActionStdOk}{\ButtonSelect{} or \ButtonRight} %Button actions, wps context -\newcommand{\ActionWpsPlay}{\ButtonSelect} +\newcommand{\ActionWpsPlay}{\ButtonA} \newcommand{\ActionWpsSkipNext}{\ButtonRight} \newcommand{\ActionWpsSkipPrev}{\ButtonLeft} \newcommand{\ActionWpsSeekBack}{Long \ButtonLeft} @@ -59,7 +59,7 @@ \newcommand{\ActionWpsQuickScreen}{Long \ButtonMenu} \newcommand{\ActionWpsMenu}{\ButtonMenu} \newcommand{\ActionWpsContext}{Long \ButtonSelect} -\newcommand{\ActionWpsBrowse}{\ButtonA} +\newcommand{\ActionWpsBrowse}{\ButtonSelect} \newcommand{\ActionWpsAbReset}{\ButtonA{} + \ButtonSelect} \newcommand{\ActionWpsIdThreeScreen}{\ButtonA{} + \ButtonMenu} |