[gimp] app: Use Shift+G for Cage Tool



commit 5ce581f7976c64eff5276b88e2f6303ac65037d8
Author: Martin Nordholts <martinn src gnome org>
Date:   Thu Nov 4 21:44:31 2010 +0100

    app: Use Shift+G for Cage Tool
    
    We can't use Shift+R which is taken by the rotate tool, so use Shift+G
    instead. G is for "Green coordinate".

 app/tools/gimpcagetool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpcagetool.c b/app/tools/gimpcagetool.c
index 17cfe53..4eb86c9 100644
--- a/app/tools/gimpcagetool.c
+++ b/app/tools/gimpcagetool.c
@@ -144,7 +144,7 @@ gimp_cage_tool_register (GimpToolRegisterCallback  callback,
                 "gimp-cage-tool",
                 _("Cage Transform"),
                 _("Cage Transform: Deform a selection with a cage"),
-                N_("_Cage Transform"), "<shift>R",
+                N_("_Cage Transform"), "<shift>G",
                 NULL, GIMP_HELP_TOOL_CAGE,
                 GIMP_STOCK_TOOL_CAGE,
                 data);



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