diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2009-07-05 19:54:21 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2009-07-05 19:54:21 +0000 |
| commit | 90beb9a04244120c49fa31646eb0e66f06e21e27 (patch) | |
| tree | 983e5511b4947cc13d975acaaad0c4e6ddc4fe50 | |
| parent | 3653aea4f81ef4e9aaf962cbef2663e81858e1f2 (diff) | |
| download | rockbox-90beb9a04244120c49fa31646eb0e66f06e21e27.zip rockbox-90beb9a04244120c49fa31646eb0e66f06e21e27.tar.gz rockbox-90beb9a04244120c49fa31646eb0e66f06e21e27.tar.bz2 rockbox-90beb9a04244120c49fa31646eb0e66f06e21e27.tar.xz | |
fix the manual for the statusbar changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21677 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/appendix/config_file_options.tex | 5 | ||||
| -rw-r--r-- | manual/configure_rockbox/display_options.tex | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/manual/appendix/config_file_options.tex b/manual/appendix/config_file_options.tex index 53ae5d5..30a295e 100644 --- a/manual/appendix/config_file_options.tex +++ b/manual/appendix/config_file_options.tex @@ -230,7 +230,10 @@ & dB or \%\\ peak meter max & 0 to 89 /(dB) or 0 to 100 (\%) & dB or \%\\ - statusbar & on, off & N/A\\ + statusbar & off, top, bottom & N/A\\ + \opt{remote}{ + remote statusbar & off, top, bottom & N/A\\ + } scrollbar & on, off & N/A\\ volume display & graphic, numeric & N/A\\ diff --git a/manual/configure_rockbox/display_options.tex b/manual/configure_rockbox/display_options.tex index 9ac4ce8..d539082 100644 --- a/manual/configure_rockbox/display_options.tex +++ b/manual/configure_rockbox/display_options.tex @@ -197,7 +197,12 @@ Settings related to on screen status display and the scrollbar. \begin{description} \item[Scroll Bar:] Enables or disables the scroll bar at the left. - \item[Status Bar:] Enables or disables the status bar at the upper side. + \item[Status Bar:] Allows you to choose where to display the + statusbar\opt{remote}{ on the main display}. + \opt{remote}{ + \item[Remote Status Bar:] Allows you to choose where to display the + statusbar on the remote display. + } \opt{RECORDER_PAD}{ \item[Button Bar:] Enables or disables the button bar prompts for the ``F''-keys at the bottom of the screen. |