summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2014-01-18 20:37:19 +0100
committerFrank Gevaerts <frank@gevaerts.be>2014-01-18 20:39:13 +0100
commit63cfbe096b12cbf71418f4adaffc8cf8309a9e27 (patch)
treeb53e89b26a798f45f800098189bc722ba4a9e793
parentc448d7e79c841ef483e685ca785114e5a8b1c535 (diff)
downloadrockbox-63cfbe0.tar.gz
rockbox-63cfbe0.zip
There are 15 codepages to choose from, not 14.
2d9c0bab added a codepage but didn't increase the number of choices for the setting, so UTF8 dropped off the list. Change-Id: I154032bddaabcb783212370a12b2e5cdea305302
-rw-r--r--apps/settings_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 838d783cbd..246064cff7 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1718,7 +1718,7 @@ const struct settings_list settings[] = {
/* The order must match with that in unicode.c */
"iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,cp1256,"
"iso8859-9,iso8859-2,cp1250,cp1252,sjis,gb2312,ksx1001,big5,utf-8",
- set_codepage, 14,
+ set_codepage, 15,
ID2P(LANG_CODEPAGE_LATIN1),
ID2P(LANG_CODEPAGE_GREEK),
ID2P(LANG_CODEPAGE_HEBREW), ID2P(LANG_CODEPAGE_CYRILLIC),