mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Make ASCII sort the default for the release
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_3@21329 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8251ffdcc4
commit
ed4c2a549c
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@ const struct settings_list settings[] = {
|
|||
"sort files", "alpha,oldest,newest,type", NULL, 4,
|
||||
ID2P(LANG_SORT_ALPHA), ID2P(LANG_SORT_DATE),
|
||||
ID2P(LANG_SORT_DATE_REVERSE) , ID2P(LANG_SORT_TYPE)),
|
||||
CHOICE_SETTING(0, interpret_numbers, LANG_SORT_INTERPRET_NUMBERS, 1,
|
||||
CHOICE_SETTING(0, interpret_numbers, LANG_SORT_INTERPRET_NUMBERS, 0,
|
||||
"sort interpret number", "digits,numbers",NULL, 2,
|
||||
ID2P(LANG_SORT_INTERPRET_AS_DIGIT),
|
||||
ID2P(LANG_SORT_INTERPRET_AS_NUMBERS)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue