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:
@ -162,7 +162,7 @@ gimp_device_editor_init (GimpDeviceEditor *editor)
|
||||
|
||||
private->delete_button =
|
||||
gimp_editor_add_button (GIMP_EDITOR (private->treeview),
|
||||
GTK_STOCK_DELETE,
|
||||
"edit-delete",
|
||||
_("Delete the selected device"),
|
||||
NULL,
|
||||
G_CALLBACK (gimp_device_editor_delete_clicked),
|
||||
|
||||
Reference in New Issue
Block a user