aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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: