Fixed bug 58983, changed the order and labels for delete account.
[modest] / 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);