use GTK_STOCK_DELETE for the "Don't Save" button.

2005-03-31  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell-close.c
	(gimp_display_shell_close_dialog): use GTK_STOCK_DELETE for the
	"Don't Save" button.
This commit is contained in:
Michael Natterer 2005-03-31 00:50:13 +00:00 committed by Michael Natterer
parent 2088a86ae7
commit 6a35b9d161
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-03-31 Michael Natterer <mitch@gimp.org>
* app/display/gimpdisplayshell-close.c
(gimp_display_shell_close_dialog): use GTK_STOCK_DELETE for the
"Don't Save" button.
2005-03-30 Sven Neumann <sven@gimp.org>
* libgimpwidgets/gimpwidgets.c (gimp_label_set_attributes): fixed

View File

@ -134,7 +134,7 @@ gimp_display_shell_close_dialog (GimpDisplayShell *shell,
button = gtk_dialog_add_button (GTK_DIALOG (dialog),
_("Do_n't save"), GTK_RESPONSE_CLOSE);
gtk_button_set_image (GTK_BUTTON (button),
gtk_image_new_from_stock (GTK_STOCK_NO,
gtk_image_new_from_stock (GTK_STOCK_DELETE,
GTK_ICON_SIZE_BUTTON));
gtk_dialog_add_buttons (GTK_DIALOG (dialog),