summaryrefslogtreecommitdiff
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
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
-rw-r--r--apps/onplay.c2
-rw-r--r--docs/CREDITS1
2 files changed, 2 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
diff --git a/docs/CREDITS b/docs/CREDITS
index d65fe71c6d..ff9658e322 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -308,6 +308,7 @@ Andree Buschmann
308Johnathon Mihalop 308Johnathon Mihalop
309Rene Allkivi 309Rene Allkivi
310Tobias Schladt 310Tobias Schladt
311John Zhou
311The libmad team 312The libmad team
312The wavpack team 313The wavpack team
313The ffmpeg team 314The ffmpeg team