summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index af83866356..53acb78d98 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1724,13 +1724,13 @@ const struct settings_list settings[] = {
1724 OFFON_SETTING(F_BANFROMQS, tagcache_autoupdate, LANG_TAGCACHE_AUTOUPDATE, false, 1724 OFFON_SETTING(F_BANFROMQS, tagcache_autoupdate, LANG_TAGCACHE_AUTOUPDATE, false,
1725 "tagcache_autoupdate", NULL), 1725 "tagcache_autoupdate", NULL),
1726#endif 1726#endif
1727 CHOICE_SETTING(0, default_codepage, LANG_DEFAULT_CODEPAGE, 0, 1727 CHOICE_SETTING(F_TEMPVAR, default_codepage, LANG_DEFAULT_CODEPAGE, 0,
1728 "default codepage", 1728 "default codepage",
1729#ifdef HAVE_LCD_BITMAP 1729#ifdef HAVE_LCD_BITMAP
1730 /* The order must match with that in unicode.c */ 1730 /* The order must match with that in unicode.c */
1731 "iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,cp1256," 1731 "iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,cp1256,"
1732 "iso8859-9,iso8859-2,cp1250,cp1252,sjis,gb2312,ksx1001,big5,utf-8", 1732 "iso8859-9,iso8859-2,cp1250,cp1252,sjis,gb2312,ksx1001,big5,utf-8",
1733 set_codepage, 15, 1733 NULL, 15,
1734 ID2P(LANG_CODEPAGE_LATIN1), 1734 ID2P(LANG_CODEPAGE_LATIN1),
1735 ID2P(LANG_CODEPAGE_GREEK), 1735 ID2P(LANG_CODEPAGE_GREEK),
1736 ID2P(LANG_CODEPAGE_HEBREW), ID2P(LANG_CODEPAGE_CYRILLIC), 1736 ID2P(LANG_CODEPAGE_HEBREW), ID2P(LANG_CODEPAGE_CYRILLIC),
@@ -1745,7 +1745,7 @@ const struct settings_list settings[] = {
1745#else /* !HAVE_LCD_BITMAP */ 1745#else /* !HAVE_LCD_BITMAP */
1746 /* The order must match with that in unicode.c */ 1746 /* The order must match with that in unicode.c */
1747 "iso8859-1,iso8859-7,cp1251,iso8859-9,iso8859-2,cp1250,cp1252,utf-8", 1747 "iso8859-1,iso8859-7,cp1251,iso8859-9,iso8859-2,cp1250,cp1252,utf-8",
1748 set_codepage, 8, 1748 NULL, 8,
1749 ID2P(LANG_CODEPAGE_LATIN1), ID2P(LANG_CODEPAGE_GREEK), 1749 ID2P(LANG_CODEPAGE_LATIN1), ID2P(LANG_CODEPAGE_GREEK),
1750 ID2P(LANG_CODEPAGE_CYRILLIC), ID2P(LANG_CODEPAGE_TURKISH), 1750 ID2P(LANG_CODEPAGE_CYRILLIC), ID2P(LANG_CODEPAGE_TURKISH),
1751 ID2P(LANG_CODEPAGE_LATIN_EXTENDED), 1751 ID2P(LANG_CODEPAGE_LATIN_EXTENDED),