From 8b86c88624f926a7122ab4dd39ebd26d0e839ab2 Mon Sep 17 00:00:00 2001 From: Leon Zhang Date: Thu, 19 Feb 2004 07:23:02 +0000 Subject: provide ESC support for delete dialog of contact editor, fix bug 52765 patch by hao.sheng@sun.com svn path=/trunk/; revision=24793 --- addressbook/gui/contact-editor/e-contact-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 07e5ffd30e..8474e661e5 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -1737,7 +1737,7 @@ e_contact_editor_confirm_delete (GtkWindow *parent) "to delete this contact?")); gtk_dialog_add_buttons (GTK_DIALOG (dialog), - GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT, + GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_DELETE, GTK_RESPONSE_ACCEPT, NULL); -- cgit