diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-08-13 21:07:40 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2007-08-13 21:07:40 +0000 |
| commit | f87a32f61bb802bd492c93889dc81f190e29585d (patch) | |
| tree | e36e6bf7a13eec678ff4b1b37b3eb726d4333301 | |
| parent | f522304a95b2cb36bb08a9e705edb4451f16c914 (diff) | |
| download | rockbox-f87a32f61bb802bd492c93889dc81f190e29585d.zip rockbox-f87a32f61bb802bd492c93889dc81f190e29585d.tar.gz rockbox-f87a32f61bb802bd492c93889dc81f190e29585d.tar.bz2 rockbox-f87a32f61bb802bd492c93889dc81f190e29585d.tar.xz | |
Update the manual for the new file extension setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14318 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/configure_rockbox/file_view.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manual/configure_rockbox/file_view.tex b/manual/configure_rockbox/file_view.tex index 50ef547..3d5b022 100644 --- a/manual/configure_rockbox/file_view.tex +++ b/manual/configure_rockbox/file_view.tex @@ -37,6 +37,15 @@ displays files. \item[Playlists:] The \setting{File Browser} displays only directories and playlists, for simplified navigation. \end{description} + +\item[\label{ref:ShowExtensions}Show Filename Extensions:] + This option controls how file extensions are shown in the File Browser. + % + \begin{description} + \item[Off:] The file extensions are never shown. + \item[On:] The file extensions are always shown. + \item[Only Unknown:] Only the extensions of unknown filetypes are shown. + \end{description} \item[Follow Playlist:] This option determines what directory the \setting{File Browser} displays |