forked from len0rd/rockbox
Renamed the cfg names for the id3 prio setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4967 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3a43231392
commit
8036acc7d0
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ static const struct bit_entry hd_bits[] =
|
||||||
{9, S_O(mdb_center), 0, "mdb center", NULL},
|
{9, S_O(mdb_center), 0, "mdb center", NULL},
|
||||||
{9, S_O(mdb_shape), 0, "mdb shape", NULL},
|
{9, S_O(mdb_shape), 0, "mdb shape", NULL},
|
||||||
{1, S_O(mdb_enable), 0, "mdb enable", off_on},
|
{1, S_O(mdb_enable), 0, "mdb enable", off_on},
|
||||||
{1, S_O(id3_v1_first), 0, "id3 tag order", "v2 first,v1 first"},
|
{1, S_O(id3_v1_first), 0, "id3 tag priority", "v2-v1,v1-v2"},
|
||||||
|
|
||||||
/* new stuff to be added at the end */
|
/* new stuff to be added at the end */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue