move the align tool after the move tool.

2006-05-18  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimp-tools.c (gimp_tools_init): move the align tool
	after the move tool.
This commit is contained in:
Michael Natterer 2006-05-17 22:37:12 +00:00 committed by Michael Natterer
parent 6477f2c19a
commit f42487cfc8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-05-18 Michael Natterer <mitch@gimp.org>
* app/tools/gimp-tools.c (gimp_tools_init): move the align tool
after the move tool.
2006-05-17 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* themes/Default/images/tools/stock-tool-align-16.png

View file

@ -150,8 +150,8 @@ gimp_tools_init (Gimp *gimp)
gimp_scale_tool_register,
gimp_rotate_tool_register,
gimp_crop_tool_register,
gimp_move_tool_register,
gimp_align_tool_register,
gimp_move_tool_register,
/* non-modifying tools */