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:
@ -79,7 +79,7 @@ data_delete_dialog_new (GimpDataFactory *factory,
|
||||
delete_data->context = context;
|
||||
delete_data->parent = parent;
|
||||
|
||||
dialog = gimp_message_dialog_new (_("Delete Object"), GTK_STOCK_DELETE,
|
||||
dialog = gimp_message_dialog_new (_("Delete Object"), "edit-delete",
|
||||
gtk_widget_get_toplevel (parent), 0,
|
||||
gimp_standard_help_func, NULL,
|
||||
|
||||
|
Reference in New Issue
Block a user