summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/onplay.c6
-rw-r--r--manual/rockbox_interface/wps.tex4
2 files changed, 8 insertions, 2 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 82185f4e9d..7ab459192e 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1135,11 +1135,13 @@ static int clipboard_callback(int action,const struct menu_item_ex *this_item)
1135 1135
1136MAKE_ONPLAYMENU( wps_onplay_menu, ID2P(LANG_ONPLAY_MENU_TITLE), 1136MAKE_ONPLAYMENU( wps_onplay_menu, ID2P(LANG_ONPLAY_MENU_TITLE),
1137 onplaymenu_callback, Icon_Audio, 1137 onplaymenu_callback, Icon_Audio,
1138 &wps_playlist_menu, &cat_playlist_menu, &sound_settings, &playback_settings, 1138 &wps_playlist_menu, &cat_playlist_menu,
1139 &sound_settings, &playback_settings,
1139#ifdef HAVE_TAGCACHE 1140#ifdef HAVE_TAGCACHE
1140 &rating_item, 1141 &rating_item,
1141#endif 1142#endif
1142 &bookmark_menu, &browse_id3_item, &delete_file_item, &view_cue_item, 1143 &bookmark_menu, &browse_id3_item, &list_viewers_item,
1144 &delete_file_item, &view_cue_item,
1143#ifdef HAVE_PITCHSCREEN 1145#ifdef HAVE_PITCHSCREEN
1144 &pitch_screen_item, 1146 &pitch_screen_item,
1145#endif 1147#endif
diff --git a/manual/rockbox_interface/wps.tex b/manual/rockbox_interface/wps.tex
index 6e8060f53b..3289905b5f 100644
--- a/manual/rockbox_interface/wps.tex
+++ b/manual/rockbox_interface/wps.tex
@@ -201,10 +201,14 @@ album etc. To access this screen, %
201 \setting{Show Track Info}. }% 201 \setting{Show Track Info}. }%
202\opt{RECORDER_PAD,PLAYER_PAD,ONDIO_PAD}{Use \ButtonLeft\ and \ButtonRight\ 202\opt{RECORDER_PAD,PLAYER_PAD,ONDIO_PAD}{Use \ButtonLeft\ and \ButtonRight\
203 to move through the information.}% 203 to move through the information.}%
204
204\subsubsection{Open With...} 205\subsubsection{Open With...}
205This \setting{Open With} function is the same as the \setting{Open With} 206This \setting{Open With} function is the same as the \setting{Open With}
206function in the file browser's \setting{Context Menu}. 207function in the file browser's \setting{Context Menu}.
207 208
209\subsubsection{Delete}
210Delete the currently playing file.
211
208\nopt{player}{ 212\nopt{player}{
209 \subsubsection{\label{sec:pitchscreen}Pitch} 213 \subsubsection{\label{sec:pitchscreen}Pitch}
210 214