From 31c7a453e1b852c48a9429be3ad23d4e85a2945f Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Sun, 2 Jul 2006 08:59:00 +0000 Subject: Use fname macro on the file extensions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10174 a1c6a512-1295-4272-9138-f99709370657 --- manual/appendix/appendix.tex | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'manual') diff --git a/manual/appendix/appendix.tex b/manual/appendix/appendix.tex index 7e1c6ecd26..e74a74f779 100644 --- a/manual/appendix/appendix.tex +++ b/manual/appendix/appendix.tex @@ -13,37 +13,37 @@ \opt{MASCODEC}{mp3}\opt{SWCODEC}{\emph{various}} & Rockbox takes you to the WPS and starts playing the file \\ \includegraphics[width=0.37cm]{appendix/images/icon-wav-file.png} - & Wave Audio File & wav & Play a WAV file \\% + & Wave Audio File & \fname{.wav} & Play a WAV file \\% \includegraphics[width=0.37cm]{appendix/images/icon-playlist.png} - & Playlist & m3u & Rockbox loads the playlist and starts playing the first file \\ + & Playlist & \fname{.m3u} & Rockbox loads the playlist and starts playing + the first file \\ \includegraphics[width=0.37cm]{appendix/images/icon-rolo.png} & Rockbox firmware & - \opt{player}{mod}\opt{recorder,recorderv2fm,ondiofm,ondiosp}{ajz} - \opt{iriver}{iriver}\opt{ipod}{ipod} + \opt{player}{\fname{.mod}}\opt{recorder,recorderv2fm,ondiofm,ondiosp}{\fname{.ajz}}\opt{iriver}{\fname{.iriver}}\opt{ipod}{\fname{.ipod}} & ROLO will load the new firmware \\ \includegraphics[width=0.37cm]{appendix/images/icon-wps.png} - & While Playing Screen & wps & The new WPS display configuration will be loaded \\ + & While Playing Screen & \fname{.wps} & The new WPS display configuration will be loaded \\ \includegraphics[width=0.37cm]{appendix/images/icon-lang.png} - & Language File & lng & Loads a language file \\ + & Language File & \fname{.lng} & Loads a language file \\ \includegraphics[width=0.37cm]{appendix/images/icon-text.png} - & Text File & txt & This will display the text file using Rockbox text browser plugin\\ + & Text File & \fname{.txt} & This will display the text file using Rockbox text browser plugin\\ \includegraphics[width=0.37cm]{appendix/images/icon-config.png} - & Configuration File & cfg & The settings file will be loaded\\ + & Configuration File & \fname{.cfg} & The settings file will be loaded\\ \includegraphics[width=0.37cm]{appendix/images/icon-font.png} - & Font & fnt & This font will replace the current one\\ + & Font & \fname{.fnt} & This font will replace the current one\\ \includegraphics[width=0.37cm]{appendix/images/icon-rock.png} - & Plugin & rock & Starts a Rockbox plugin\\ + & Plugin & \fname{.rock} & Starts a Rockbox plugin\\ \opt{archos}{ \includegraphics[width=0.37cm]{appendix/images/icon-ucl.png} - & Flash Image & ucl & This Rockbox image will be flashed into the ROM \\ + & Flash Image & \fname{.ucl} & This Rockbox image will be flashed into the ROM \\ } \includegraphics[width=0.37cm]{appendix/images/icon-chip8.png} - & Chip8 game & ch8 & Play a Chip8 game \\ + & Chip8 game & \fname{.ch8} & Play a Chip8 game \\ \includegraphics[width=0.37cm]{appendix/images/icon-image-file.png} - & Image & jpg & View a JPEG image \\ + & Image & \fname{.jpg} & View a JPEG image \\ \opt{MASCODEC}{\opt{HAVE_LCD_BITMAP}{ \includegraphics[width=0.37cm]{appendix/images/icon-movie-file.png} - & Rockbox Video & rvf & View a movie (Rockbox format)\\} + & Rockbox Video & \fname{.rvf} & View a movie (Rockbox format)\\} } \bottomrule \end{tabularx} -- cgit v1.2.3