summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2019-01-01 19:37:13 -0500
committerSolomon Peachy <pizza@shaftnet.org>2019-01-02 17:35:48 +0100
commit5e8db1662befb2d75807f60593f408c2850875a4 (patch)
treefe5372bbb1cc717da2cc2bab485e92d8422fb438 /apps/onplay.c
parent1b2fd8918f22b566e397d00adf8d6c6db9a915dd (diff)
downloadrockbox-5e8db1662befb2d75807f60593f408c2850875a4.tar.gz
rockbox-5e8db1662befb2d75807f60593f408c2850875a4.zip
FS#11711: Add ability to create bookmark from WPS hotkey
Original patch Michael Gentry Updated by Igor Poretsky Change-Id: Id0fd67d2b2f6c257e3cbbe9bfda5c0eace5caca5
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 */