aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-31 06:28:06 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-31 06:28:06 +0000
commit092f5f61920783475ace6a6b520f1b22562da733 (patch)
tree9069329e56dee0ad12fe23c5413670ce7686c2c5 /src/prefs_common_dialog.c
parentd69bcd93a83057c8c8d7acb37d47128151a648f5 (diff)
added Arabic encoding, and 2.2.0beta7 release.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@949 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 7780a521..4ddccd06 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -2492,6 +2492,9 @@ static void prefs_common_set_encoding_optmenu(GtkOptionMenu *optmenu,
SET_MENUITEM(NULL, NULL);
SET_MENUITEM(_("Greek (ISO-8859-7)"), CS_ISO_8859_7);
SET_MENUITEM(NULL, NULL);
+ SET_MENUITEM(_("Arabic (ISO-8859-6)"), CS_ISO_8859_6);
+ SET_MENUITEM(_("Arabic (Windows-1256)"), CS_WINDOWS_1256);
+ SET_MENUITEM(NULL, NULL);
SET_MENUITEM(_("Hebrew (ISO-8859-8)"), CS_ISO_8859_8);
SET_MENUITEM(_("Hebrew (Windows-1255)"), CS_WINDOWS_1255);
SET_MENUITEM(NULL, NULL);