mirror of https://github.com/GNOME/gimp.git
app: use gimp-image instead of dialog-question for default GimpViewable…
… icon name. As akk was reporting on IRC, the huge question mark from the dialog-question icon really makes it feel like it's an help button (especially when used as an actual button, e.g. in GEGL filter generated dialogs with aux inputs, when no viewable has been set as input yet).
This commit is contained in:
parent
c28fa12148
commit
03702154ad
|
@ -185,7 +185,7 @@ gimp_viewable_class_init (GimpViewableClass *klass)
|
|||
|
||||
gimp_object_class->get_memsize = gimp_viewable_get_memsize;
|
||||
|
||||
klass->default_icon_name = "dialog-question";
|
||||
klass->default_icon_name = "gimp-image";
|
||||
klass->name_changed_signal = "name-changed";
|
||||
klass->name_editable = FALSE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue