diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2011-07-20 14:19:51 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2011-07-20 14:19:51 +0000 |
| commit | c7b08ae8f4a5d837adfecb8643034f7ef1b78f65 (patch) | |
| tree | d973a58716d7ea85e5d09f363d63fb00d755be3c | |
| parent | 1b2ab0770c1ba1e5f5ae01c4358843a04a1f2ed0 (diff) | |
| download | rockbox-c7b08ae8f4a5d837adfecb8643034f7ef1b78f65.zip rockbox-c7b08ae8f4a5d837adfecb8643034f7ef1b78f65.tar.gz rockbox-c7b08ae8f4a5d837adfecb8643034f7ef1b78f65.tar.bz2 rockbox-c7b08ae8f4a5d837adfecb8643034f7ef1b78f65.tar.xz | |
Add the playlist catalog option to the %cs manual text
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30179 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 ec0ebf9..ebd2a4c 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -269,7 +269,7 @@ Example: \config{\%?mp<Stop|Play|Pause|Ffwd|Rew|Rec|Rec pause|FM|FM pause>} \config{\%cs} & The current screen, 1-15, in the order: Menus, WPS, Recording screen, FM Radio screen, Current Playlist screen, Settings menus, File browser, Database, Plugins, Quickscreen, - Pitchscreen, Setting chooser\\ + Pitchscreen, Setting chooser, Playlist Catalog Viewer\\ \end{tagmap} The tag can also be used as the switch in a conditional tag. For players without some capabilities (e.g. having no FM radio) some values will be never yielded. |