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:
Jehan 2024-08-14 00:33:54 +02:00
parent c28fa12148
commit 03702154ad
1 changed files with 1 additions and 1 deletions

View File

@ -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;