diff options
| author | Paul Louden <paulthenerd@gmail.com> | 2007-11-20 02:03:04 +0000 |
|---|---|---|
| committer | Paul Louden <paulthenerd@gmail.com> | 2007-11-20 02:03:04 +0000 |
| commit | 836d4003081a818c96ddbf891c9c8ce22651362a (patch) | |
| tree | bd354eb9d090b567820697b118ef477bdeac4dbc | |
| parent | 92b6ee91fa5ac6c6d73c9739f0b6d249c52951e0 (diff) | |
| download | rockbox-836d4003081a818c96ddbf891c9c8ce22651362a.zip rockbox-836d4003081a818c96ddbf891c9c8ce22651362a.tar.gz rockbox-836d4003081a818c96ddbf891c9c8ce22651362a.tar.bz2 rockbox-836d4003081a818c96ddbf891c9c8ce22651362a.tar.xz | |
Fix the manual to reflect my previous commit, at least to the extent the
manual covers the topics already.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15707 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/e200.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex index 00c6eb3..b82ec16 100644 --- a/manual/platform/e200.tex +++ b/manual/platform/e200.tex @@ -110,8 +110,8 @@ %Button actions, Recording screen context \newcommand{\ActionRecPause}{\ButtonUp} -\newcommand{\ActionRecExit}{\ButtonPower} +\newcommand{\ActionRecExit}{\ButtonDown} \newcommand{\ActionRecNewfile}{\ButtonRec} -\newcommand{\ActionRecMenu}{Long \ButtonDown} +\newcommand{\ActionRecMenu}{\ButtonDown} \newcommand{\ActionSettingsInc}{\ButtonRight} \newcommand{\ActionSettingsDec}{\ButtonLeft} |