summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2010-03-21 10:20:19 +0000
committerAlex Parker <rockbox@aeparker.com>2010-03-21 10:20:19 +0000
commit0c1f3e6dc649e5df2da99b6b54a1a75db52e24a6 (patch)
treee71ca24d5baa9c7ab40c2bd64d6b40f00a441eea
parent55c8b2b3b1b4b8f51b505654cb78d50e51357595 (diff)
downloadrockbox-0c1f3e6dc649e5df2da99b6b54a1a75db52e24a6.tar.gz
rockbox-0c1f3e6dc649e5df2da99b6b54a1a75db52e24a6.zip
Add the %wi tag to the manual. Closes FS#11080.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25269 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/appendix/wps_tags.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex
index 6e2a3ce479..a7e281c562 100644
--- a/manual/appendix/wps_tags.tex
+++ b/manual/appendix/wps_tags.tex
@@ -2,8 +2,9 @@
2\chapter{\label{ref:wps_tags}WPS Tags} 2\chapter{\label{ref:wps_tags}WPS Tags}
3\section{Status Bar} 3\section{Status Bar}
4\begin{tagmap}{}{} 4\begin{tagmap}{}{}
5\config{\%we} & Display Status Bar\\ 5 \config{\%we} & Display Status Bar\\
6\config{\%wd} & Hide Status Bar\\ 6 \config{\%wd} & Hide Status Bar\\
7 \config{\%wi} & Display the inbuilt Status Bar in the current viewport\\
7\end{tagmap} 8\end{tagmap}
8These tags override the player setting for the display of the status bar. 9These tags override the player setting for the display of the status bar.
9They must be noted on their own line (which will not be shown in the WPS). 10They must be noted on their own line (which will not be shown in the WPS).