summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 11fffb9312..9152d87bf5 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1000,7 +1000,7 @@ static int browse_id3_wrapper(void)
1000/* CONTEXT_WPS items */ 1000/* CONTEXT_WPS items */
1001MENUITEM_FUNCTION(browse_id3_item, MENU_FUNC_CHECK_RETVAL, ID2P(LANG_MENU_SHOW_ID3_INFO), 1001MENUITEM_FUNCTION(browse_id3_item, MENU_FUNC_CHECK_RETVAL, ID2P(LANG_MENU_SHOW_ID3_INFO),
1002 browse_id3_wrapper, NULL, NULL, Icon_NOICON); 1002 browse_id3_wrapper, NULL, NULL, Icon_NOICON);
1003#ifdef HAVE_PITCHSCREEN 1003#ifdef HAVE_PITCHCONTROL
1004MENUITEM_FUNCTION(pitch_screen_item, 0, ID2P(LANG_PITCH), 1004MENUITEM_FUNCTION(pitch_screen_item, 0, ID2P(LANG_PITCH),
1005 gui_syncpitchscreen_run, NULL, NULL, Icon_Audio); 1005 gui_syncpitchscreen_run, NULL, NULL, Icon_Audio);
1006#endif 1006#endif
@@ -1189,7 +1189,7 @@ MAKE_ONPLAYMENU( wps_onplay_menu, ID2P(LANG_ONPLAY_MENU_TITLE),
1189#endif 1189#endif
1190 &browse_id3_item, &list_viewers_item, 1190 &browse_id3_item, &list_viewers_item,
1191 &delete_file_item, &view_cue_item, 1191 &delete_file_item, &view_cue_item,
1192#ifdef HAVE_PITCHSCREEN 1192#ifdef HAVE_PITCHCONTROL
1193 &pitch_screen_item, 1193 &pitch_screen_item,
1194#endif 1194#endif
1195 ); 1195 );
@@ -1283,7 +1283,7 @@ static struct hotkey_assignment hotkey_items[] = {
1283 { HOTKEY_SHOW_TRACK_INFO, LANG_MENU_SHOW_ID3_INFO, 1283 { HOTKEY_SHOW_TRACK_INFO, LANG_MENU_SHOW_ID3_INFO,
1284 HOTKEY_FUNC(browse_id3, NULL), 1284 HOTKEY_FUNC(browse_id3, NULL),
1285 ONPLAY_RELOAD_DIR }, 1285 ONPLAY_RELOAD_DIR },
1286#ifdef HAVE_PITCHSCREEN 1286#ifdef HAVE_PITCHCONTROL
1287 { HOTKEY_PITCHSCREEN, LANG_PITCH, 1287 { HOTKEY_PITCHSCREEN, LANG_PITCH,
1288 HOTKEY_FUNC(gui_syncpitchscreen_run, NULL), 1288 HOTKEY_FUNC(gui_syncpitchscreen_run, NULL),
1289 ONPLAY_RELOAD_DIR }, 1289 ONPLAY_RELOAD_DIR },