summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-27 22:23:01 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-27 22:23:01 +0000
commit8036acc7d04d938bbab55ab0b0f979711b1de70d (patch)
tree61a3dc3fb4c37a94df25a38ca806916cc8f9225c
parent3a432313923de3760fc751501bdf8e2e1df3006e (diff)
downloadrockbox-8036acc7d04d938bbab55ab0b0f979711b1de70d.tar.gz
rockbox-8036acc7d04d938bbab55ab0b0f979711b1de70d.zip
Renamed the cfg names for the id3 prio setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4967 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index ba5a668d3c..a6289cd21d 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -329,7 +329,7 @@ static const struct bit_entry hd_bits[] =
329 {9, S_O(mdb_center), 0, "mdb center", NULL}, 329 {9, S_O(mdb_center), 0, "mdb center", NULL},
330 {9, S_O(mdb_shape), 0, "mdb shape", NULL}, 330 {9, S_O(mdb_shape), 0, "mdb shape", NULL},
331 {1, S_O(mdb_enable), 0, "mdb enable", off_on}, 331 {1, S_O(mdb_enable), 0, "mdb enable", off_on},
332 {1, S_O(id3_v1_first), 0, "id3 tag order", "v2 first,v1 first"}, 332 {1, S_O(id3_v1_first), 0, "id3 tag priority", "v2-v1,v1-v2"},
333 333
334 /* new stuff to be added at the end */ 334 /* new stuff to be added at the end */
335 335