summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-01-10 17:12:33 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-01-10 17:12:33 +0000
commit640eeabfe113695a22bf60ba327210a5526b187d (patch)
treef716bb94fb0fac687e0370240f3007aa31ce30ca /apps/settings.c
parent28aaa0ade52bafabaf102b285a742caf5b15b765 (diff)
downloadrockbox-640eeabfe113695a22bf60ba327210a5526b187d.tar.gz
rockbox-640eeabfe113695a22bf60ba327210a5526b187d.zip
change the arabic codepage from ISO-8859-6 to CP1256
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8323 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 8e266b19f1..7088cee950 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -486,7 +486,7 @@ static const struct bit_entry hd_bits[] =
486 {1, S_O(remote_caption_backlight), false, 486 {1, S_O(remote_caption_backlight), false,
487 "remote caption backlight", off_on }, 487 "remote caption backlight", off_on },
488#endif 488#endif
489 {4, S_O(default_codepage), 0, "default codepage", "iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,iso8859-6,iso8859-9,iso8859-2,sjis,gb2312,ksx1001,big5,utf-8" }, 489 {4, S_O(default_codepage), 0, "default codepage", "iso8859-1,iso8859-7,iso8859-8,cp1251,iso8859-11,cp1256,iso8859-9,iso8859-2,sjis,gb2312,ksx1001,big5,utf-8,cp1256" },
490 490
491#ifdef HAVE_BACKLIGHT_BRIGHTNESS 491#ifdef HAVE_BACKLIGHT_BRIGHTNESS
492 {4, S_O(brightness), 9, "brightness", NULL }, 492 {4, S_O(brightness), 9, "brightness", NULL },