From 3b8b01d72b34c4dc549e48976a45c6ae8e8a0835 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 8 Dec 2009 01:51:44 +0000 Subject: 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 --- src/compose.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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: -- cgit v1.2.3