aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-12 08:35:04 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-12 08:35:04 +0000
commit0357b77bd93423f308ed98e31249e51a9d43ed5c (patch)
tree18d8dd6cb4a961942b97fc7b7c09785f2a60a8c7 /src/prefs_common.c
parent92756e16f048184aec6bc0190c4e9b5fa20bed28 (diff)
support GBK (and X-GBK) encoding.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@211 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common.c')
-rw-r--r--src/prefs_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs_common.c b/src/prefs_common.c
index 372ac3d3..7197142b 100644
--- a/src/prefs_common.c
+++ b/src/prefs_common.c
@@ -1159,6 +1159,7 @@ static void prefs_send_create(void)
#endif /* 0 */
SET_MENUITEM(NULL, NULL);
SET_MENUITEM(_("Simplified Chinese (GB2312)"), CS_GB2312);
+ SET_MENUITEM(_("Simplified Chinese (GBK)"), CS_GBK);
SET_MENUITEM(_("Traditional Chinese (Big5)"), CS_BIG5);
#if 0
SET_MENUITEM(_("Traditional Chinese (EUC-TW)"), CS_EUC_TW);