summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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