mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
icons:
symbolic-scalable add 'pixel-perfect' 24px vectorial twins (as replacement for 22px) gimp-prefs-folders-dynamics gimp-prefs-folders-environ gimp-prefs-folders-fonts gimp-prefs-folders-gradients gimp-prefs-folders-icon-themes gimp-prefs-folders-interp gimp-prefs-folders-modules symbolic-scalable & color-scalable add new icons gimp-color-cmyk gimp-color-water patch color-selector-cmyk.c color-selector-water.c gimpicons.c This is the first patch to solve Bug 759904 many more have to follow Thanks to Jehan for the assistance
This commit is contained in:
parent
cd641fa14f
commit
a91adeb5fb
28 changed files with 1693 additions and 48 deletions
|
@ -131,7 +131,7 @@ colorsel_water_class_init (ColorselWaterClass *klass)
|
|||
|
||||
selector_class->name = _("Watercolor");
|
||||
selector_class->help_id = "gimp-colorselector-watercolor";
|
||||
selector_class->icon_name = GIMP_STOCK_TOOL_PAINTBRUSH;
|
||||
selector_class->icon_name = GIMP_STOCK_COLOR_WATER;
|
||||
selector_class->set_config = colorsel_water_set_config;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue