diff options
| author | Alex Parker <rockbox@aeparker.com> | 2011-01-13 18:09:18 +0000 |
|---|---|---|
| committer | Alex Parker <rockbox@aeparker.com> | 2011-01-13 18:09:18 +0000 |
| commit | 3fc41cec058aa90d90a1fee42c904213bc893840 (patch) | |
| tree | 361027b494fe1b5568a5746be8bbe4fe008512d8 | |
| parent | fe81408e4c4da855ead449525ef9efaadd2098d9 (diff) | |
| download | rockbox-3fc41cec058aa90d90a1fee42c904213bc893840.zip rockbox-3fc41cec058aa90d90a1fee42c904213bc893840.tar.gz rockbox-3fc41cec058aa90d90a1fee42c904213bc893840.tar.bz2 rockbox-3fc41cec058aa90d90a1fee42c904213bc893840.tar.xz | |
Manual: Fix part 1 of FS#11874 - touchscreen region in the manual isn't 100% correct.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29048 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/appendix/wps_tags.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 92bc209..1aae08d 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -590,7 +590,7 @@ display cycling round the defined sublines. See \opt{touchscreen}{ \section{Touchscreen Areas} \begin{tagmap} - \config{\%T(x,y,[width],\tabnlindent[height],action)} + \config{\%T(x,y,width,\tabnlindent{}height,action)} & Invoke the action specified when the user presses in the defined touchscreen area.\\ \end{tagmap} |