forked from len0rd/rockbox
FS#11250: Hotkey setting method changed to menu item vs button pres in context menu. Manuals updated to match.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25905 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8d3553489f
commit
1ad76ff25b
21 changed files with 140 additions and 571 deletions
|
|
@ -68,7 +68,7 @@ static int playlist_view_(void)
|
|||
|
||||
MENUITEM_FUNCTION(create_playlist_item, 0, ID2P(LANG_CREATE_PLAYLIST),
|
||||
(int(*)(void))create_playlist, NULL, NULL, Icon_NOICON);
|
||||
MENUITEM_FUNCTION(view_cur_playlist, MENU_FUNC_CHECK_RETVAL | MENU_FUNC_HOTKEYABLE,
|
||||
MENUITEM_FUNCTION(view_cur_playlist, MENU_FUNC_CHECK_RETVAL,
|
||||
ID2P(LANG_VIEW_DYNAMIC_PLAYLIST),
|
||||
(int(*)(void))playlist_view_, NULL, NULL, Icon_NOICON);
|
||||
MENUITEM_FUNCTION(save_playlist, MENU_FUNC_USEPARAM, ID2P(LANG_SAVE_DYNAMIC_PLAYLIST),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue