aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-08 01:51:44 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-08 01:51:44 +0000
commit3b8b01d72b34c4dc549e48976a45c6ae8e8a0835 (patch)
tree8a86c0109914ba863aa6df2df8b3a84ca3c32015 /src/compose.c
parent92b77bcf361e3d7217aff78ecf9927fae271b7e9 (diff)
modified button order of dialog on closing compose window on win32.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2365 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.c')
-rw-r--r--src/compose.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compose.c b/src/compose.c
index c24729d7..af13ed2b 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -7067,8 +7067,13 @@ static void compose_close_cb(gpointer data, guint action, GtkWidget *widget)
if (compose->modified) {
val = alertpanel(_("Save message"),
_("This message has been modified. Save it to draft folder?"),
+#ifdef G_OS_WIN32
+ GTK_STOCK_SAVE, _("Close _without saving"),
+ GTK_STOCK_CANCEL);
+#else
GTK_STOCK_SAVE, GTK_STOCK_CANCEL,
_("Close _without saving"));
+#endif
switch (val) {
case G_ALERTDEFAULT: