Fixed bug 58983, changed the order and labels for delete account.
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Fri, 29 Jun 2007 08:20:39 +0000 (08:20 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Fri, 29 Jun 2007 08:20:39 +0000 (08:20 +0000)
pmo-trunk-r2485

src/maemo/modest-account-view-window.c

index 3279549..7c33ebd 100644 (file)
@@ -170,10 +170,10 @@ on_delete_button_clicked (GtkWidget *button, ModestAccountViewWindow *self)
                dialog = gtk_dialog_new_with_buttons (_("Confirmation dialog"),
                                                      GTK_WINDOW (self),
                                                      GTK_DIALOG_MODAL,
-                                                     GTK_STOCK_CANCEL,
-                                                     GTK_RESPONSE_REJECT,
-                                                     GTK_STOCK_OK,
+                                                     GTK_STOCK_YES,
                                                      GTK_RESPONSE_ACCEPT,
+                                                     GTK_STOCK_NO,
+                                                     GTK_RESPONSE_REJECT,
                                                      NULL);
                txt = g_strdup_printf (_("emev_nc_delete_mailboximap"), 
                        account_title);