forked from len0rd/rockbox
Fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25876 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
32ad1f84ee
commit
2ccb83dd80
2 changed files with 1 additions and 6 deletions
|
|
@ -442,7 +442,7 @@ MENUITEM_FUNCTION(hotkey_view, 0, ID2P(LANG_VIEW_HOTKEY),
|
|||
MENUITEM_FUNCTION(hotkey_reset, 0, ID2P(LANG_RESET),
|
||||
(int(*)(void))reset_hotkey_settings, NULL,
|
||||
NULL, Icon_NOICON);
|
||||
MAKE_MENU(hotkey_menu, ID2P(LANG_HOTKEY), 0, Icon_Hotkey,
|
||||
MAKE_MENU(hotkey_menu, ID2P(LANG_HOTKEY), 0, Icon_NOICON,
|
||||
&hotkey_view, &hotkey_reset);
|
||||
#endif /*have_hotkey */
|
||||
/* HOTKEY MENU */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue