diff options
| author | Paul Louden <paulthenerd@gmail.com> | 2007-11-22 02:46:26 +0000 |
|---|---|---|
| committer | Paul Louden <paulthenerd@gmail.com> | 2007-11-22 02:46:26 +0000 |
| commit | 73c5ec540fce4812c426a5dd491d766996ed32fd (patch) | |
| tree | 9d6d1bb5e69bf44a504a8a1975c151f0a357368e | |
| parent | 4c769248dd66d3175cd446e770d1c0b22393ffa4 (diff) | |
| download | rockbox-73c5ec540fce4812c426a5dd491d766996ed32fd.zip rockbox-73c5ec540fce4812c426a5dd491d766996ed32fd.tar.gz rockbox-73c5ec540fce4812c426a5dd491d766996ed32fd.tar.bz2 rockbox-73c5ec540fce4812c426a5dd491d766996ed32fd.tar.xz | |
Fix error in the manual: In the tree "Power" stops playback on the e200.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15752 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/e200.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex index b82ec16..76811be 100644 --- a/manual/platform/e200.tex +++ b/manual/platform/e200.tex @@ -73,7 +73,7 @@ %Button actions, tree context \newcommand{\ActionTreeWps}{\ButtonUp} -\newcommand{\ActionTreeStop}{Long \ButtonUp} +\newcommand{\ActionTreeStop}{\ButtonPower} \newcommand{\ActionTreeEnter}{\ButtonSelect{} or \ButtonRight} \newcommand{\ActionTreeParentDirectory}{\ButtonLeft} |