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/playlist_viewer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/playlist_viewer.c') 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) items[i].desc = ID2P(LANG_CATALOG_ADD_TO_NEW); i++; - m = menu_init(items, i, NULL, NULL, NULL, NULL); + m = menu_init(items, i, NULL, str(LANG_PLAYLIST_MENU), NULL, NULL); result = menu_show(m); if (result == MENU_ATTACHED_USB) { -- cgit v1.2.3