summaryrefslogtreecommitdiff
path: root/apps/playlist_viewer.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/playlist_viewer.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/playlist_viewer.c')
-rw-r--r--apps/playlist_viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index aae2101754..d065ad32ce 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -440,7 +440,7 @@ static int onplay_menu(int index)
440 items[i].desc = ID2P(LANG_CATALOG_ADD_TO_NEW); 440 items[i].desc = ID2P(LANG_CATALOG_ADD_TO_NEW);
441 i++; 441 i++;
442 442
443 m = menu_init(items, i, NULL, NULL, NULL, NULL); 443 m = menu_init(items, i, NULL, str(LANG_PLAYLIST_MENU), NULL, NULL);
444 result = menu_show(m); 444 result = menu_show(m);
445 if (result == MENU_ATTACHED_USB) 445 if (result == MENU_ATTACHED_USB)
446 { 446 {