diff options
| author | Marc Guay <marcguay@rockbox.org> | 2008-07-29 01:53:25 +0000 |
|---|---|---|
| committer | Marc Guay <marcguay@rockbox.org> | 2008-07-29 01:53:25 +0000 |
| commit | 494a50d308a8dede7697f5218642e795384e9938 (patch) | |
| tree | 2c583673f293bb75a5a99cf9b32ca6a7f95c779f | |
| parent | 2289c42f5f1928d77361924a71a5f17d841d87aa (diff) | |
| download | rockbox-494a50d308a8dede7697f5218642e795384e9938.zip rockbox-494a50d308a8dede7697f5218642e795384e9938.tar.gz rockbox-494a50d308a8dede7697f5218642e795384e9938.tar.bz2 rockbox-494a50d308a8dede7697f5218642e795384e9938.tar.xz | |
No button called Select on the H10, change to ButtonRight and hopefully repair manuals.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18145 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/h10.tex | 2 | ||||
| -rw-r--r-- | manual/platform/h10_5gb.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manual/platform/h10.tex b/manual/platform/h10.tex index ffdd6f8..83adb39 100644 --- a/manual/platform/h10.tex +++ b/manual/platform/h10.tex @@ -120,7 +120,7 @@ %Button actions, Recording screen context \newcommand{\ActionRecPause}{\ButtonPlay} -\newcommand{\ActionRecNewfile}{\ButtonSelect} +\newcommand{\ActionRecNewfile}{\ButtonRight} \newcommand{\ActionRecExit}{\ButtonLeft} \newcommand{\ActionRecMenu}{\ButtonPower} \newcommand{\ActionRecSettingsInc}{\ActionSettingInc} diff --git a/manual/platform/h10_5gb.tex b/manual/platform/h10_5gb.tex index 1ffef71..c071721 100644 --- a/manual/platform/h10_5gb.tex +++ b/manual/platform/h10_5gb.tex @@ -120,7 +120,7 @@ %Button actions, Recording screen context \newcommand{\ActionRecPause}{\ButtonPlay} -\newcommand{\ActionRecNewfile}{\ButtonSelect} +\newcommand{\ActionRecNewfile}{\ButtonRight} \newcommand{\ActionRecExit}{\ButtonLeft} \newcommand{\ActionRecMenu}{\ButtonPower} \newcommand{\ActionRecSettingsInc}{\ActionSettingInc} |