diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2014-01-18 20:37:19 +0100 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2014-01-18 20:39:13 +0100 |
commit | 63cfbe096b12cbf71418f4adaffc8cf8309a9e27 (patch) | |
tree | b53e89b26a798f45f800098189bc722ba4a9e793 /apps/settings_list.c | |
parent | c448d7e79c841ef483e685ca785114e5a8b1c535 (diff) |
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
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r-- | apps/settings_list.c | 2 |
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), |