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, 3 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index f44d339246..7c4c83a991 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1496,6 +1496,9 @@ static struct hotkey_assignment hotkey_items[] = {
1496 HOTKEY_FUNC(NULL, NULL), 1496 HOTKEY_FUNC(NULL, NULL),
1497 ONPLAY_PICTUREFLOW }, 1497 ONPLAY_PICTUREFLOW },
1498#endif 1498#endif
1499 { HOTKEY_BOOKMARK, LANG_BOOKMARK_MENU_CREATE,
1500 HOTKEY_FUNC(bookmark_create_menu, NULL),
1501 ONPLAY_OK },
1499}; 1502};
1500 1503
1501/* Return the language ID for this action */ 1504/* Return the language ID for this action */