mirror of https://github.com/GNOME/gimp.git
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:
parent
2088a86ae7
commit
6a35b9d161
|
@ -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
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue