aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-27 10:35:07 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-27 10:35:07 +0000
commit17ae3e1413ddc4dfb00f1f93fb2e4f0457657182 (patch)
tree6cc14a5233afd6179959e0f9cc2de3c6f209f66a /src/prefs_common_dialog.c
parent76ecd0f87f2f1afde5289948ffdc500563ad91e0 (diff)
updated po files.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1060 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 4e8f04d8..23f24606 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -900,7 +900,7 @@ static void prefs_send_create(void)
optmenu_menu = gtk_menu_new ();
SET_MENUITEM(_("MIME header"), FENC_MIME);
- SET_MENUITEM(_("RFC 2231"), FENC_RFC2231);
+ SET_MENUITEM("RFC 2231", FENC_RFC2231);
gtk_option_menu_set_menu (GTK_OPTION_MENU (optmenu_fencoding),
optmenu_menu);