aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
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 5aee0933..a3bcc308 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -631,6 +631,12 @@ static GtkItemFactoryEntry mainwin_entries[] =
ENC_ACTION(C_ISO_8859_7)},
ENC_SEPARATOR,
+ {N_("/_View/Character _encoding/Arabic (ISO-8859-_6)"),
+ ENC_ACTION(C_ISO_8859_6)},
+ {N_("/_View/Character _encoding/Arabic (Windows-1256)"),
+ ENC_ACTION(C_CP1256)},
+ ENC_SEPARATOR,
+
{N_("/_View/Character _encoding/Hebrew (ISO-8859-_8)"),
ENC_ACTION(C_ISO_8859_8)},
{N_("/_View/Character _encoding/Hebrew (Windows-1255)"),