[evolution-patches] #55063: Missing stock icon in 'Cancel' and 'Quit' button
- From: Bill Zhu <bill zhu sun com>
- To: "evolution-patches ximian com" <evolution-patches ximian com>
- Subject: [evolution-patches] #55063: Missing stock icon in 'Cancel' and 'Quit' button
- Date: Mon, 08 Mar 2004 13:59:23 +0800
Hi, please help see this patch:
http://bugzilla.ximian.com/show_bug.cgi?id=55063
this bug is about evolution setup assistant, the changes take place in
e-shell-startup-wizzard.c
Index: e-shell-startup-wizard.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-shell-startup-wizard.c,v
retrieving revision 1.47
diff -u -r1.47 e-shell-startup-wizard.c
--- e-shell-startup-wizard.c 8 Jan 2004 14:57:48 -0000 1.47
+++ e-shell-startup-wizard.c 2 Mar 2004 11:58:51 -0000
@@ -791,8 +791,8 @@
GTK_BUTTONS_NONE,
confirmations);
- gtk_dialog_add_button (confirm_dialog, _("Cancel"), GTK_RESPONSE_CANCEL);
- gtk_dialog_add_button (confirm_dialog, _("Quit Assistant"), GTK_RESPONSE_OK);
+ gtk_dialog_add_button (confirm_dialog, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
+ gtk_dialog_add_button (confirm_dialog, GTK_STOCK_QUIT, GTK_RESPONSE_OK);
returnvalue = gtk_dialog_run (GTK_DIALOG (confirm_dialog));
gtk_widget_destroy (confirm_dialog);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]