[gimp] Bug 599765 - F1 key on gimp-tool-align in menu have wrong link and it open gimp-tool-move
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Bug 599765 - F1 key on gimp-tool-align in menu have wrong link and it open gimp-tool-move
- Date: Tue, 27 Oct 2009 17:54:58 +0000 (UTC)
commit 398607ee94c11acad4676a7003d8914804d24156
Author: Michael Natterer <mitch gimp org>
Date: Tue Oct 27 18:52:47 2009 +0100
Bug 599765 - F1 key on gimp-tool-align in menu have wrong link and it open gimp-tool-move
Add help ID "gimp-tool-align" and use it for the align tool.
app/tools/gimpaligntool.c | 2 +-
app/widgets/gimphelp-ids.h | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpaligntool.c b/app/tools/gimpaligntool.c
index 9bb85aa..244a5fe 100644
--- a/app/tools/gimpaligntool.c
+++ b/app/tools/gimpaligntool.c
@@ -135,7 +135,7 @@ gimp_align_tool_register (GimpToolRegisterCallback callback,
_("Align"),
_("Alignment Tool: Align or arrange layers and other objects"),
N_("_Align"), "Q",
- NULL, GIMP_HELP_TOOL_MOVE,
+ NULL, GIMP_HELP_TOOL_ALIGN,
GIMP_STOCK_TOOL_ALIGN,
data);
}
diff --git a/app/widgets/gimphelp-ids.h b/app/widgets/gimphelp-ids.h
index 8b81495..8ad5871 100644
--- a/app/widgets/gimphelp-ids.h
+++ b/app/widgets/gimphelp-ids.h
@@ -241,6 +241,7 @@
#define GIMP_HELP_TOOLS_DIALOG "gimp-tools-dialog"
#define GIMP_HELP_TOOL_AIRBRUSH "gimp-tool-airbrush"
+#define GIMP_HELP_TOOL_ALIGN "gimp-tool-align"
#define GIMP_HELP_TOOL_BLEND "gimp-tool-blend"
#define GIMP_HELP_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast"
#define GIMP_HELP_TOOL_BUCKET_FILL "gimp-tool-bucket-fill"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]