summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-06-21 19:25:55 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-06-21 19:25:55 +0000
commitae45ec51b75ee766a53ba8d8aac4e28845c5b617 (patch)
tree5d7cb7b9caf18575c6218cef4729b1a46a566772 /apps
parent8caf175c7fbbe60bc799c908fdd0b861791f5da0 (diff)
downloadrockbox-ae45ec51b75ee766a53ba8d8aac4e28845c5b617.zip
rockbox-ae45ec51b75ee766a53ba8d8aac4e28845c5b617.tar.gz
rockbox-ae45ec51b75ee766a53ba8d8aac4e28845c5b617.tar.bz2
rockbox-ae45ec51b75ee766a53ba8d8aac4e28845c5b617.tar.xz
Made Supported the default File View option
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6791 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index c462ea0..77bb4cd 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -309,7 +309,7 @@ static const struct bit_entry hd_bits[] =
{8, S_O(disk_spindown), 5, "disk spindown", NULL },
#endif
/* browser */
- {3, S_O(dirfilter), SHOW_MUSIC,
+ {3, S_O(dirfilter), SHOW_SUPPORTED,
"show files", "all,supported,music,playlists,id3 database" },
{1, S_O(sort_case), false, "sort case", off_on },
{1, S_O(browse_current), false, "follow playlist", off_on },