From 0789d42400b1343f2b6894aa06130b2325e69440 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Sat, 30 Nov 2002 09:42:13 +0000 Subject: updateing a build failure (ata_power_off) and first attempt to add 'playlist only' file display git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2894 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings_menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/settings_menu.c') diff --git a/apps/settings_menu.c b/apps/settings_menu.c index 64164a638d..06fb9a757d 100644 --- a/apps/settings_menu.c +++ b/apps/settings_menu.c @@ -343,7 +343,8 @@ static bool dir_filter(void) { char* names[] = { str(LANG_FILTER_ALL), str(LANG_FILTER_SUPPORTED), - str(LANG_FILTER_MUSIC) }; + str(LANG_FILTER_MUSIC), + str(LANG_FILTER_PLAYLIST) }; return set_option( str(LANG_FILTER), &global_settings.dirfilter, names, 3, NULL ); -- cgit v1.2.3