From a05559b693ff91681c46f20ae2275c86ef6e19fd Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 29 Jun 2007 08:23:07 +0000 Subject: [PATCH] small change for Fixed bug 58983, changed the labels from the previous commit. pmo-trunk-r2486 --- src/maemo/modest-account-view-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/maemo/modest-account-view-window.c b/src/maemo/modest-account-view-window.c index 7c33ebd..1335c05 100644 --- a/src/maemo/modest-account-view-window.c +++ b/src/maemo/modest-account-view-window.c @@ -170,9 +170,9 @@ on_delete_button_clicked (GtkWidget *button, ModestAccountViewWindow *self) dialog = gtk_dialog_new_with_buttons (_("Confirmation dialog"), GTK_WINDOW (self), GTK_DIALOG_MODAL, - GTK_STOCK_YES, + GTK_STOCK_OK, GTK_RESPONSE_ACCEPT, - GTK_STOCK_NO, + GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT, NULL); txt = g_strdup_printf (_("emev_nc_delete_mailboximap"), -- 1.7.9.5