diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2009-06-25 17:36:41 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2009-06-25 17:36:41 +0000 |
commit | ccc712b597df1790ba6061e21c09d8fc23519a18 (patch) | |
tree | 56b8c17e799b3c2b8cc1685b069bc7721486aea1 /manual/rockbox_interface | |
parent | 3ff84e5e4ff402b550b7fa768e010a3586dded10 (diff) | |
download | rockbox-ccc712b597df1790ba6061e21c09d8fc23519a18.tar.gz rockbox-ccc712b597df1790ba6061e21c09d8fc23519a18.zip |
c200 doesn't have \ActionTreeStop anymore since r21373, so don't try to use it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21513 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/rockbox_interface')
-rw-r--r-- | manual/rockbox_interface/browsing_and_playing.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex index 7b06e34019..fa29ca9f13 100644 --- a/manual/rockbox_interface/browsing_and_playing.tex +++ b/manual/rockbox_interface/browsing_and_playing.tex | |||
@@ -69,7 +69,7 @@ the \setting{Show Files} setting to all. | |||
69 | \ActionTreeWps & If there is an audio file playing, returns to the | 69 | \ActionTreeWps & If there is an audio file playing, returns to the |
70 | \setting{While Playing Screen} (WPS) without stopping playback.\\ | 70 | \setting{While Playing Screen} (WPS) without stopping playback.\\ |
71 | % | 71 | % |
72 | \nopt{player}% | 72 | \nopt{player,c200}% |
73 | {% | 73 | {% |
74 | \ActionTreeStop & Stops audio playback.\\% | 74 | \ActionTreeStop & Stops audio playback.\\% |
75 | }% | 75 | }% |