summaryrefslogtreecommitdiffstats
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-05-22 16:28:20 +0000
committerNils Wallménius <nils@rockbox.org>2008-05-22 16:28:20 +0000
commitb2ee5bc6b68316d3cf7e43923765788b114aa192 (patch)
tree3c8b8e69104e3280611d16108fd11343d8590bc0 /apps/onplay.c
parent9a07fac6ca7f5de44b68814ef6b28cdc62cb68f4 (diff)
downloadrockbox-b2ee5bc6b68316d3cf7e43923765788b114aa192.tar.gz
rockbox-b2ee5bc6b68316d3cf7e43923765788b114aa192.zip
Restore the 'Open With...' menu item to the wps context menu wich was lost somewhere also document the wps context menu delete option
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17608 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c6
1 files changed, 4 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)
MAKE_ONPLAYMENU( wps_onplay_menu, ID2P(LANG_ONPLAY_MENU_TITLE),
onplaymenu_callback, Icon_Audio,
- &wps_playlist_menu, &cat_playlist_menu, &sound_settings, &playback_settings,
+ &wps_playlist_menu, &cat_playlist_menu,
+ &sound_settings, &playback_settings,
#ifdef HAVE_TAGCACHE
&rating_item,
#endif
- &bookmark_menu, &browse_id3_item, &delete_file_item, &view_cue_item,
+ &bookmark_menu, &browse_id3_item, &list_viewers_item,
+ &delete_file_item, &view_cue_item,
#ifdef HAVE_PITCHSCREEN
&pitch_screen_item,
#endif