summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-07-31 12:26:01 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-07-31 12:26:01 +0000
commite95d7a0e76261f936b0eee64dfa0c6090bfb1b8c (patch)
tree69904d0a09a4bcc524365da20b59753755785471 /apps/onplay.c
parentfe142f180391e45f537e3ecbdd953ffbbb91b279 (diff)
downloadrockbox-e95d7a0e76261f936b0eee64dfa0c6090bfb1b8c.tar.gz
rockbox-e95d7a0e76261f936b0eee64dfa0c6090bfb1b8c.zip
Accept FS#7437 - add the delete option to the wps context menu so the currently playing file can be deleted. tested with a 130mb file on my sansa and it didnt cause problems
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14099 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index d7c2504650..ea73dbbada 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1135,7 +1135,7 @@ MAKE_ONPLAYMENU( wps_onplay_menu, ID2P(LANG_ONPLAY_MENU_TITLE),
1135#ifdef HAVE_TAGCACHE 1135#ifdef HAVE_TAGCACHE
1136 &rating_item, 1136 &rating_item,
1137#endif 1137#endif
1138 &bookmark_menu, &browse_id3_item, &view_cue_item, 1138 &bookmark_menu, &browse_id3_item, &delete_file_item, &view_cue_item,
1139#ifdef HAVE_PITCHSCREEN 1139#ifdef HAVE_PITCHSCREEN
1140 &pitch_screen_item, 1140 &pitch_screen_item,
1141#endif 1141#endif