aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--src/compose.c5
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c000683..044b8c0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-12-08
+
+ * src/compose.c: compose_close_cb(): modified button order on win32.
+
2009-12-04
* src/summaryview.c: summary_filter_real(): disable sort while
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: