From af8cc7d35f917e28e408ffe308a7dab19d040974 Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Fri, 16 Oct 2009 16:42:44 +0000 Subject: 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 --- apps/menus/main_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/menus/main_menu.c') 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 -- cgit v1.2.3