summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-12-08 19:10:17 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-12-08 19:10:17 +0000
commita547084b24f455d69d88c050f4b764800f1fc82e (patch)
tree516e0df624d2919cf9a4070c8bef29a51f51149f
parent6ab0f002aaa5a314c8a14036a00afbdeb77ed66e (diff)
downloadrockbox-a547084b24f455d69d88c050f4b764800f1fc82e.tar.gz
rockbox-a547084b24f455d69d88c050f4b764800f1fc82e.zip
Remember the default codepage setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8202 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index bd6076dc93..da17695120 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -486,6 +486,8 @@ 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" },
490
489 /* If values are just added to the end, no need to bump the version. */ 491 /* If values are just added to the end, no need to bump the version. */
490 /* new stuff to be added at the end */ 492 /* new stuff to be added at the end */
491 493