From 8d2fe0dcc1367c60bca92345ef2907290416be8d Mon Sep 17 00:00:00 2001 From: Jose Maria Garcia-Valdecasas Bernal Date: Thu, 3 Feb 2005 01:13:54 +0000 Subject: fixes an issue with LANG_PLAYINDICES_PLAYLIST id. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5756 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index cc08a96a81..7ebe4e1f45 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -414,7 +414,7 @@ int onplay(char* file, int attr) (attr & ATTR_DIRECTORY) || ((attr & TREE_ATTR_MASK) == TREE_ATTR_M3U)) { - items[i].desc = ID2P(LANG_PLAYINDICES_PLAYLIST); + items[i].desc = ID2P(LANG_PLAYLIST); items[i].function = playlist_options; i++; } -- cgit v1.2.3