app, libgimp: replace GTK_STOCK_FOO by icon names
unless it's a stock ID used for an action button, will address that later.
This commit is contained in:
@ -336,7 +336,7 @@ quit_close_all_dialog_container_changed (GimpContainer *images,
|
||||
|
||||
gtk_widget_show (dialog->lost_label);
|
||||
|
||||
icon = gtk_image_new_from_icon_name (GTK_STOCK_DELETE,
|
||||
icon = gtk_image_new_from_icon_name ("edit-delete",
|
||||
GTK_ICON_SIZE_BUTTON);
|
||||
g_object_set (dialog->ok_button,
|
||||
"label", _("_Discard Changes"),
|
||||
|
||||
Reference in New Issue
Block a user