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:
Michael Natterer 2004-05-27 21:19:26 +00:00 committed by Michael Natterer
parent 23cfde41ba
commit fc339fcc5d
2 changed files with 8 additions and 2 deletions

View File

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

View File

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