From 5599d6806d12d22b724d7967717edae07db3e08f Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 14 Feb 2007 06:58:30 +0000 Subject: Icons in the menus. Thanks midkay for them. Any menus which dont yet show them are not converted to the new system. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12300 a1c6a512-1295-4272-9138-f99709370657 --- apps/menus/display_menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/menus/display_menu.c') diff --git a/apps/menus/display_menu.c b/apps/menus/display_menu.c index f44561338d..adb24395fa 100644 --- a/apps/menus/display_menu.c +++ b/apps/menus/display_menu.c @@ -29,4 +29,5 @@ #include "settings_menu.h" bool display_settings_menu(void); /* from ../settings_menu.c */ -MENUITEM_FUNCTION(display_menu,ID2P(LANG_DISPLAY),(menu_function)display_settings_menu,NULL); +MENUITEM_FUNCTION(display_menu,ID2P(LANG_DISPLAY), + (menu_function)display_settings_menu,NULL, bitmap_icons_6x8[Icon_Display_menu]); -- cgit v1.2.3