summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 3e6813b255..fae86cf150 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -64,6 +64,7 @@
64#endif 64#endif
65#include "cuesheet.h" 65#include "cuesheet.h"
66#include "backdrop.h" 66#include "backdrop.h"
67#include "pitchscreen.h"
67 68
68static int context; 69static int context;
69static char* selected_file = NULL; 70static char* selected_file = NULL;
@@ -1002,7 +1003,7 @@ MENUITEM_FUNCTION(browse_id3_item, 0, ID2P(LANG_MENU_SHOW_ID3_INFO),
1002 browse_id3, NULL, NULL, Icon_NOICON); 1003 browse_id3, NULL, NULL, Icon_NOICON);
1003#ifdef HAVE_PITCHSCREEN 1004#ifdef HAVE_PITCHSCREEN
1004MENUITEM_FUNCTION(pitch_screen_item, 0, ID2P(LANG_PITCH), 1005MENUITEM_FUNCTION(pitch_screen_item, 0, ID2P(LANG_PITCH),
1005 pitch_screen, NULL, NULL, Icon_Audio); 1006 gui_syncpitchscreen_run, NULL, NULL, Icon_Audio);
1006#endif 1007#endif
1007 1008
1008/* CONTEXT_[TREE|ID3DB] items */ 1009/* CONTEXT_[TREE|ID3DB] items */