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.zip
rockbox-e95d7a0e76261f936b0eee64dfa0c6090bfb1b8c.tar.gz
rockbox-e95d7a0e76261f936b0eee64dfa0c6090bfb1b8c.tar.bz2
rockbox-e95d7a0e76261f936b0eee64dfa0c6090bfb1b8c.tar.xz
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 d7c2504..ea73dbb 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1135,7 +1135,7 @@ MAKE_ONPLAYMENU( wps_onplay_menu, ID2P(LANG_ONPLAY_MENU_TITLE),
#ifdef HAVE_TAGCACHE
&rating_item,
#endif
- &bookmark_menu, &browse_id3_item, &view_cue_item,
+ &bookmark_menu, &browse_id3_item, &delete_file_item, &view_cue_item,
#ifdef HAVE_PITCHSCREEN
&pitch_screen_item,
#endif
diff --git a/docs/CREDITS b/docs/CREDITS
index d65fe71..ff9658e 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -308,6 +308,7 @@ Andree Buschmann
Johnathon Mihalop
Rene Allkivi
Tobias Schladt
+John Zhou
The libmad team
The wavpack team
The ffmpeg team