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:
parent
fe142f1803
commit
e95d7a0e76
2 changed files with 2 additions and 1 deletions
|
@ -1135,7 +1135,7 @@ MAKE_ONPLAYMENU( wps_onplay_menu, ID2P(LANG_ONPLAY_MENU_TITLE),
|
||||||
#ifdef HAVE_TAGCACHE
|
#ifdef HAVE_TAGCACHE
|
||||||
&rating_item,
|
&rating_item,
|
||||||
#endif
|
#endif
|
||||||
&bookmark_menu, &browse_id3_item, &view_cue_item,
|
&bookmark_menu, &browse_id3_item, &delete_file_item, &view_cue_item,
|
||||||
#ifdef HAVE_PITCHSCREEN
|
#ifdef HAVE_PITCHSCREEN
|
||||||
&pitch_screen_item,
|
&pitch_screen_item,
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -308,6 +308,7 @@ Andree Buschmann
|
||||||
Johnathon Mihalop
|
Johnathon Mihalop
|
||||||
Rene Allkivi
|
Rene Allkivi
|
||||||
Tobias Schladt
|
Tobias Schladt
|
||||||
|
John Zhou
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
The ffmpeg team
|
The ffmpeg team
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue