From 6daa8a167b8858965f32b1cb0766461de6740ea2 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 26 Dec 2005 07:06:01 +0000 Subject: added Windows-1252 for display encoding. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@864 ee746299-78ed-0310-b773-934348b2243d --- src/prefs_common_dialog.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/prefs_common_dialog.c') diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c index c57d8aa7..01451602 100644 --- a/src/prefs_common_dialog.c +++ b/src/prefs_common_dialog.c @@ -2476,6 +2476,10 @@ static void prefs_common_set_encoding_optmenu(GtkOptionMenu *optmenu, SET_MENUITEM(NULL, NULL); SET_MENUITEM(_("Western European (ISO-8859-1)"), CS_ISO_8859_1); SET_MENUITEM(_("Western European (ISO-8859-15)"), CS_ISO_8859_15); + if (!outgoing) { + SET_MENUITEM(_("Western European (Windows-1252)"), + CS_WINDOWS_1252); + } SET_MENUITEM(NULL, NULL); SET_MENUITEM(_("Central European (ISO-8859-2)"), CS_ISO_8859_2); SET_MENUITEM(NULL, NULL); -- cgit v1.2.3