aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-06 08:51:08 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-06 08:51:08 +0000
commitc317099847602843f5defd6ee8da3b883d549907 (patch)
tree53f35d482a11ae0d059c49c898dbe10a60bd1fb9 /src/mainwindow.c
parent672c0e3d47eadb2101b0bb30faaac831d2269e88 (diff)
added Hebrew encoding.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@312 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 59be3ab5..4436a389 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -609,6 +609,12 @@ static GtkItemFactoryEntry mainwin_entries[] =
ENC_ACTION(C_ISO_8859_7)},
ENC_SEPARATOR,
+ {N_("/_View/Character _encoding/Hebrew (ISO-8859-_8)"),
+ ENC_ACTION(C_ISO_8859_8)},
+ {N_("/_View/Character _encoding/Hebrew (Windows-1255)"),
+ ENC_ACTION(C_CP1255)},
+ ENC_SEPARATOR,
+
{N_("/_View/Character _encoding/Turkish (ISO-8859-_9)"),
ENC_ACTION(C_ISO_8859_9)},
ENC_SEPARATOR,