From 4cdcbb97bcc9398b111b133b8284902fb9af49c7 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 27 Jul 2004 19:20:51 +0000 Subject: New option, ID3 tag order git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4965 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 83d69710df..ba5a668d3c 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -321,7 +321,6 @@ static const struct bit_entry hd_bits[] = {2, S_O(talk_file), 0, "talk file", "off,number,spell" }, {1, S_O(talk_menu), true, "talk menu", off_on }, - /* new stuff to be added at the end */ /* If values are just added to the end, no need to bump the version. */ {2, S_O(sort_file), 0, "sort files", "alpha,oldest,newest,type" }, {2, S_O(sort_dir), 0, "sort dirs", "alpha,oldest,newest" }, @@ -330,6 +329,9 @@ static const struct bit_entry hd_bits[] = {9, S_O(mdb_center), 0, "mdb center", NULL}, {9, S_O(mdb_shape), 0, "mdb shape", NULL}, {1, S_O(mdb_enable), 0, "mdb enable", off_on}, + {1, S_O(id3_v1_first), 0, "id3 tag order", "v2 first,v1 first"}, + + /* new stuff to be added at the end */ /* Sum of all bit sizes must not grow beyond 0xB8*8 = 1472 */ }; -- cgit v1.2.3