diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-04-08 05:52:47 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-04-08 05:52:47 +0000 |
| commit | 21b415df56c2a181fd5fa5a265418496077c0f23 (patch) | |
| tree | e266b8f905e961e6926eccbad41ac429486fc022 /apps/debug_menu.c | |
| parent | 1e0ae1be63dbf3a0a666e1a488980ad4a9272d56 (diff) | |
| download | rockbox-21b415df56c2a181fd5fa5a265418496077c0f23.zip rockbox-21b415df56c2a181fd5fa5a265418496077c0f23.tar.gz rockbox-21b415df56c2a181fd5fa5a265418496077c0f23.tar.bz2 rockbox-21b415df56c2a181fd5fa5a265418496077c0f23.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index be77699..48e67b5 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); |