From 21b415df56c2a181fd5fa5a265418496077c0f23 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 8 Apr 2007 05:52:47 +0000 Subject: Give all menus using the old API a nice title and icons (except plugins) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13068 a1c6a512-1295-4272-9138-f99709370657 --- apps/debug_menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/debug_menu.c') diff --git a/apps/debug_menu.c b/apps/debug_menu.c index be77699d7e..48e67b575b 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -2390,7 +2390,7 @@ bool debug_menu(void) }; m=menu_init( items, sizeof items / sizeof(struct menu_item), NULL, - NULL, NULL, NULL); + "Debug Menu", NULL, NULL); result = menu_run(m); menu_exit(m); -- cgit v1.2.3