summaryrefslogtreecommitdiff
path: root/apps/menus/settings_menu.c
diff options
context:
space:
mode:
authorJeffrey Goode <jeffg7@gmail.com>2010-05-07 03:21:12 +0000
committerJeffrey Goode <jeffg7@gmail.com>2010-05-07 03:21:12 +0000
commit16e0c5730d1373848a30374e5bb5d1d230626b50 (patch)
tree66e25fd81700266a65ca649c0e7b7e3ca27c6e67 /apps/menus/settings_menu.c
parentaffea5fe9e54b32ecd9f30ed02dd093d7aaa34b0 (diff)
downloadrockbox-16e0c5730d1373848a30374e5bb5d1d230626b50.tar.gz
rockbox-16e0c5730d1373848a30374e5bb5d1d230626b50.zip
Hotkey menu items have their own icon
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25866 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/menus/settings_menu.c')
-rw-r--r--apps/menus/settings_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/settings_menu.c b/apps/menus/settings_menu.c
index 1007d2aeb0..26e6da40e4 100644
--- a/apps/menus/settings_menu.c
+++ b/apps/menus/settings_menu.c
@@ -442,7 +442,7 @@ MENUITEM_FUNCTION(hotkey_view, 0, ID2P(LANG_VIEW_HOTKEY),
442MENUITEM_FUNCTION(hotkey_reset, 0, ID2P(LANG_RESET), 442MENUITEM_FUNCTION(hotkey_reset, 0, ID2P(LANG_RESET),
443 (int(*)(void))reset_hotkey_settings, NULL, 443 (int(*)(void))reset_hotkey_settings, NULL,
444 NULL, Icon_NOICON); 444 NULL, Icon_NOICON);
445MAKE_MENU(hotkey_menu, ID2P(LANG_HOTKEY), 0, Icon_NOICON, 445MAKE_MENU(hotkey_menu, ID2P(LANG_HOTKEY), 0, Icon_Hotkey,
446 &hotkey_view, &hotkey_reset); 446 &hotkey_view, &hotkey_reset);
447#endif /*have_hotkey */ 447#endif /*have_hotkey */
448/* HOTKEY MENU */ 448/* HOTKEY MENU */