[sylpheed:33395] Re: reversed button order ?

Hiroyuki Yamamoto hiro-y at kcn.ne.jp
Tue Dec 8 10:46:16 JST 2009


Hello,

On Thu, 3 Dec 2009 12:06:13 +0200
Cristian Secară <orice at secarica.ro> wrote:

> On this dialog (see attachment) I always considered that the "Cancel"
> and "Close without saving" buttons are in reverse position.
> 
> I mean, here in Sylpheed is
> Save -- Cancel -- Close without saving
> whereas in other applications with similar dialog wording (OpenOffice,
> GIMP) this is
> Save -- Close without saving -- Cancel
> 
> Also in most applications I am using (on Windows :) this type of
> dialog is always Yes -- No -- Cancel

Fixed in svn trunk:

--- src/compose.c       (revision 2364)
+++ src/compose.c       (working copy)
@@ -7067,8 +7067,13 @@
        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:


-- 
Hiroyuki Yamamoto <hiro-y at kcn.ne.jp>


More information about the Sylpheed mailing list