[gimp/soc-2010-cage-2] app: Use Shift+G for Cage Tool
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage-2] app: Use Shift+G for Cage Tool
- Date: Thu, 30 Dec 2010 18:05:32 +0000 (UTC)
commit 572890948981ee9a9ee6a12337d094c2cc56b897
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]