mirror of https://github.com/GNOME/gimp.git
register ink between airbrush and clone so the stroke dialog's menu of
2004-05-27 Michael Natterer <mitch@gimp.org> * app/paint/gimp-paint.c (gimp_paint_init): register ink between airbrush and clone so the stroke dialog's menu of paint functions has the same order as the default toolbox order.
This commit is contained in:
parent
23cfde41ba
commit
fc339fcc5d
|
@ -1,3 +1,9 @@
|
|||
2004-05-27 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/paint/gimp-paint.c (gimp_paint_init): register ink between
|
||||
airbrush and clone so the stroke dialog's menu of paint functions
|
||||
has the same order as the default toolbox order.
|
||||
|
||||
2004-05-27 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/paint/gimppaintcore.[ch]: removed enum GimpPaintCoreFlags
|
||||
|
|
|
@ -58,11 +58,11 @@ gimp_paint_init (Gimp *gimp)
|
|||
gimp_smudge_register,
|
||||
gimp_convolve_register,
|
||||
gimp_clone_register,
|
||||
gimp_ink_register,
|
||||
gimp_airbrush_register,
|
||||
gimp_eraser_register,
|
||||
gimp_paintbrush_register,
|
||||
gimp_pencil_register,
|
||||
gimp_ink_register
|
||||
gimp_pencil_register
|
||||
};
|
||||
|
||||
gint i;
|
||||
|
|
Loading…
Reference in New Issue