summaryrefslogtreecommitdiff
path: root/apps/onplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.h')
-rw-r--r--apps/onplay.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/onplay.h b/apps/onplay.h
index 24637ac18c..27f0436403 100644
--- a/apps/onplay.h
+++ b/apps/onplay.h
@@ -29,7 +29,7 @@ enum {
29 ONPLAY_RELOAD_DIR, 29 ONPLAY_RELOAD_DIR,
30 ONPLAY_START_PLAY, 30 ONPLAY_START_PLAY,
31 ONPLAY_PLAYLIST, 31 ONPLAY_PLAYLIST,
32 ONPLAY_PICTUREFLOW, 32 ONPLAY_PLUGIN,
33}; 33};
34 34
35#ifdef HAVE_HOTKEY 35#ifdef HAVE_HOTKEY
@@ -44,7 +44,7 @@ enum hotkey_action {
44 HOTKEY_DELETE, 44 HOTKEY_DELETE,
45 HOTKEY_INSERT, 45 HOTKEY_INSERT,
46 HOTKEY_INSERT_SHUFFLED, 46 HOTKEY_INSERT_SHUFFLED,
47 HOTKEY_PICTUREFLOW, 47 HOTKEY_PLUGIN,
48 HOTKEY_BOOKMARK, 48 HOTKEY_BOOKMARK,
49}; 49};
50#endif 50#endif