summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-06-22 09:16:44 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-06-22 09:16:44 +0000
commit5c8a2f5835f0980f7d1646c6c9288235b7e3499b (patch)
tree4dd4c58b37d636c44451bcd348349def75f437cd /apps/settings.c
parentcac729ef82b0da450f32b142b48923576f66caaf (diff)
downloadrockbox-5c8a2f5835f0980f7d1646c6c9288235b7e3499b.tar.gz
rockbox-5c8a2f5835f0980f7d1646c6c9288235b7e3499b.zip
sort options for files & directories
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4789 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 56f61eb9b7..36fcff3814 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -318,8 +318,11 @@ static struct bit_entry hd_bits[] =
318 {2, S_O(talk_file), 0, "talk file", "off,number,spell" }, 318 {2, S_O(talk_file), 0, "talk file", "off,number,spell" },
319 {1, S_O(talk_menu), true, "talk menu", off_on }, 319 {1, S_O(talk_menu), true, "talk menu", off_on },
320 320
321 /* new stuff to be added here */ 321 /* new stuff to be added at the end */
322 /* If values are just added to the end, no need to bump the version. */ 322 /* If values are just added to the end, no need to bump the version. */
323 {2, S_O(sort_file), 0, "sort files", "alpha,oldest,newest,type" },
324 {2, S_O(sort_dir), 0, "sort dirs", "alpha,oldest,newest" },
325
323 326
324 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */ 327 /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */
325}; 328};