summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorTorne Wuff <torne@wolfpuppy.org.uk>2009-10-16 16:42:44 +0000
committerTorne Wuff <torne@wolfpuppy.org.uk>2009-10-16 16:42:44 +0000
commitaf8cc7d35f917e28e408ffe308a7dab19d040974 (patch)
tree099c1fa015b3e4ded7cacbdf8e4076ca1b0488db /apps
parent799246e22768a516e074ac1896adcac7e64763ad (diff)
downloadrockbox-af8cc7d35f917e28e408ffe308a7dab19d040974.tar.gz
rockbox-af8cc7d35f917e28e408ffe308a7dab19d040974.zip
Change the icon used for the System menu to the same as the System Settings menu. Previously it was Icon_Questionmark which seems out of place on many themes.
FS#9727 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23204 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/menus/main_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menus/main_menu.c b/apps/menus/main_menu.c
index 99c73f2cdb..4208df413b 100644
--- a/apps/menus/main_menu.c
+++ b/apps/menus/main_menu.c
@@ -445,7 +445,7 @@ MENUITEM_FUNCTION(show_runtime_item, 0, ID2P(LANG_RUNNING_TIME),
MENUITEM_FUNCTION(debug_menu_item, 0, ID2P(LANG_DEBUG),
(menu_function)debug_menu, NULL, NULL, Icon_NOICON);
-MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_Questionmark,
+MAKE_MENU(info_menu, ID2P(LANG_SYSTEM), 0, Icon_System_menu,
#if CONFIG_RTC
&timedate_item,
#endif