diff options
Diffstat (limited to 'apps/onplay.c')
| -rw-r--r-- | apps/onplay.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index 11fffb9..9152d87 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -1000,7 +1000,7 @@ static int browse_id3_wrapper(void) /* CONTEXT_WPS items */ MENUITEM_FUNCTION(browse_id3_item, MENU_FUNC_CHECK_RETVAL, ID2P(LANG_MENU_SHOW_ID3_INFO), browse_id3_wrapper, NULL, NULL, Icon_NOICON); -#ifdef HAVE_PITCHSCREEN +#ifdef HAVE_PITCHCONTROL MENUITEM_FUNCTION(pitch_screen_item, 0, ID2P(LANG_PITCH), gui_syncpitchscreen_run, NULL, NULL, Icon_Audio); #endif @@ -1189,7 +1189,7 @@ MAKE_ONPLAYMENU( wps_onplay_menu, ID2P(LANG_ONPLAY_MENU_TITLE), #endif &browse_id3_item, &list_viewers_item, &delete_file_item, &view_cue_item, -#ifdef HAVE_PITCHSCREEN +#ifdef HAVE_PITCHCONTROL &pitch_screen_item, #endif ); @@ -1283,7 +1283,7 @@ static struct hotkey_assignment hotkey_items[] = { { HOTKEY_SHOW_TRACK_INFO, LANG_MENU_SHOW_ID3_INFO, HOTKEY_FUNC(browse_id3, NULL), ONPLAY_RELOAD_DIR }, -#ifdef HAVE_PITCHSCREEN +#ifdef HAVE_PITCHCONTROL { HOTKEY_PITCHSCREEN, LANG_PITCH, HOTKEY_FUNC(gui_syncpitchscreen_run, NULL), ONPLAY_RELOAD_DIR }, |