mirror of https://github.com/GNOME/gimp.git
reordered GimpDodgeBurn to the end of the paint info list so the paint
2003-11-30 Michael Natterer <mitch@gimp.org> * app/paint/gimp-paint.c (gimp_paint_init): reordered GimpDodgeBurn to the end of the paint info list so the paint tool menu in the stroke dialog has same order as the paint tools in the toolbox.
This commit is contained in:
parent
e4ff018ef4
commit
4bb0464f4d
|
@ -1,3 +1,10 @@
|
|||
2003-11-30 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/paint/gimp-paint.c (gimp_paint_init): reordered
|
||||
GimpDodgeBurn to the end of the paint info list so the paint tool
|
||||
menu in the stroke dialog has same order as the paint tools in the
|
||||
toolbox.
|
||||
|
||||
2003-11-29 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/config/gimpguiconfig.c: set the default window type hint for
|
||||
|
|
|
@ -52,8 +52,8 @@ gimp_paint_init (Gimp *gimp)
|
|||
{
|
||||
GimpPaintRegisterFunc register_funcs[] =
|
||||
{
|
||||
gimp_smudge_register,
|
||||
gimp_dodge_burn_register,
|
||||
gimp_smudge_register,
|
||||
gimp_convolve_register,
|
||||
gimp_clone_register,
|
||||
gimp_airbrush_register,
|
||||
|
|
Loading…
Reference in New Issue