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