diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2014-01-27 20:27:15 +0100 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2014-01-27 20:27:15 +0100 |
| commit | f63b42ad41b911179992fda28cf03fa7a169c5b3 (patch) | |
| tree | 8fd62e6a6d9b8460609a30237dc320ef3b178cde /apps | |
| parent | 7df8ebf263c5645e4a647d5a9ef79cb49a7e3ac7 (diff) | |
| download | rockbox-f63b42ad41b911179992fda28cf03fa7a169c5b3.zip rockbox-f63b42ad41b911179992fda28cf03fa7a169c5b3.tar.gz rockbox-f63b42ad41b911179992fda28cf03fa7a169c5b3.tar.bz2 rockbox-f63b42ad41b911179992fda28cf03fa7a169c5b3.tar.xz | |
Correct the number of codepages on charcell.
63cfbe0 fixed the number of codepages for bitmap targets. The same issue is
present on charcell, so update the number for that as well, fixing UTF-8
missing in the list.
Change-Id: Ib5d3494ed3d80e839ae3f59ec0a4277e5aa9d6fd
Diffstat (limited to 'apps')
| -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 246064c..9b1ec44 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -1733,7 +1733,7 @@ const struct settings_list settings[] = { #else /* !HAVE_LCD_BITMAP */ /* The order must match with that in unicode.c */ "iso8859-1,iso8859-7,cp1251,iso8859-9,iso8859-2,cp1250,cp1252,utf-8", - set_codepage, 7, + set_codepage, 8, ID2P(LANG_CODEPAGE_LATIN1), ID2P(LANG_CODEPAGE_GREEK), ID2P(LANG_CODEPAGE_CYRILLIC), ID2P(LANG_CODEPAGE_TURKISH), ID2P(LANG_CODEPAGE_LATIN_EXTENDED), |