From c32307b1c859b5b763ec33ca1e2ad54727ce1608 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 12 Mar 2003 16:10:30 +0000 Subject: don't use GNOME_STOCK_* defines, but GTK_STOCK_*. 2003-03-12 Rodrigo Moya * gui/dialogs/save-comp.c (save_component_dialog): don't use GNOME_STOCK_* defines, but GTK_STOCK_*. svn path=/trunk/; revision=20262 --- calendar/ChangeLog | 5 +++++ calendar/gui/dialogs/save-comp.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6f377bc98a..8009f179a8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-03-12 Rodrigo Moya + + * gui/dialogs/save-comp.c (save_component_dialog): don't use + GNOME_STOCK_* defines, but GTK_STOCK_*. + 2003-03-12 Rodrigo Moya * gui/dialogs/save-comp.[ch] (save_component_dialog): corrected diff --git a/calendar/gui/dialogs/save-comp.c b/calendar/gui/dialogs/save-comp.c index 899ff34ec2..499a278dc3 100644 --- a/calendar/gui/dialogs/save-comp.c +++ b/calendar/gui/dialogs/save-comp.c @@ -49,9 +49,9 @@ save_component_dialog (GtkWindow *parent) dialog = gnome_message_box_new (_("Do you want to save changes?"), GNOME_MESSAGE_BOX_QUESTION, - GNOME_STOCK_BUTTON_CANCEL, - GNOME_STOCK_BUTTON_NO, - GNOME_STOCK_BUTTON_YES, + GTK_STOCK_CANCEL, + GTK_STOCK_NO, + GTK_STOCK_YES, NULL); gnome_dialog_set_default (GNOME_DIALOG (dialog), 0); -- cgit