1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Jonathan Gordon 2007-07-31 12:26:01 +00:00
parent fe142f1803
commit e95d7a0e76
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -308,6 +308,7 @@ Andree Buschmann
Johnathon Mihalop
Rene Allkivi
Tobias Schladt
John Zhou
The libmad team
The wavpack team
The ffmpeg team