summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-04-08 05:52:47 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-04-08 05:52:47 +0000
commit21b415df56c2a181fd5fa5a265418496077c0f23 (patch)
treee266b8f905e961e6926eccbad41ac429486fc022 /apps/debug_menu.c
parent1e0ae1be63dbf3a0a666e1a488980ad4a9272d56 (diff)
downloadrockbox-21b415df56c2a181fd5fa5a265418496077c0f23.tar.gz
rockbox-21b415df56c2a181fd5fa5a265418496077c0f23.zip
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
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
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)
2390 }; 2390 };
2391 2391
2392 m=menu_init( items, sizeof items / sizeof(struct menu_item), NULL, 2392 m=menu_init( items, sizeof items / sizeof(struct menu_item), NULL,
2393 NULL, NULL, NULL); 2393 "Debug Menu", NULL, NULL);
2394 result = menu_run(m); 2394 result = menu_run(m);
2395 menu_exit(m); 2395 menu_exit(m);
2396 2396