[gimp/cage: 95/130] app: move the cage tool after all other transform tools, not before them



commit c5cec3b9da1ab2f9cc7c495dde3205dab45817c1
Author: Michael Natterer <mitch gimp org>
Date:   Sun Nov 28 13:16:35 2010 +0100

    app: move the cage tool after all other transform tools, not before them

 app/tools/gimp-tools.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimp-tools.c b/app/tools/gimp-tools.c
index 80e578b..8d38503 100644
--- a/app/tools/gimp-tools.c
+++ b/app/tools/gimp-tools.c
@@ -148,6 +148,7 @@ gimp_tools_init (Gimp *gimp)
 
     /*  transform tools  */
 
+    gimp_cage_tool_register,
     gimp_flip_tool_register,
     gimp_perspective_tool_register,
     gimp_shear_tool_register,
@@ -156,7 +157,6 @@ gimp_tools_init (Gimp *gimp)
     gimp_crop_tool_register,
     gimp_align_tool_register,
     gimp_move_tool_register,
-    gimp_cage_tool_register,
 
     /*  non-modifying tools  */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]