From 86888a6a76129daf30e551fd819690e27629bbd9 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sun, 30 Oct 2005 14:10:18 +0000 Subject: [PATCH] removed shift+ctrl+t accelerator from dialogs-tool-options because it's 2005-10-30 Michael Natterer * app/actions/dialogs-actions.c (dialogs_dockable_actions): removed shift+ctrl+t accelerator from dialogs-tool-options because it's already taken by view-show-guides. Fixes bug #320196. --- ChangeLog | 6 ++++++ app/actions/dialogs-actions.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d05b95ba95..95ffdf4b97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-30 Michael Natterer + + * app/actions/dialogs-actions.c (dialogs_dockable_actions): removed + shift+ctrl+t accelerator from dialogs-tool-options because it's + already taken by view-show-guides. Fixes bug #320196. + 2005-10-29 Michael Natterer * app/dialogs/user-install-dialog.c: added global "oldgimp_major" diff --git a/app/actions/dialogs-actions.c b/app/actions/dialogs-actions.c index 8ece5598d9..739abaa96e 100644 --- a/app/actions/dialogs-actions.c +++ b/app/actions/dialogs-actions.c @@ -62,7 +62,7 @@ static GimpActionEntry dialogs_actions[] = GimpStringActionEntry dialogs_dockable_actions[] = { { "dialogs-tool-options", GIMP_STOCK_TOOL_OPTIONS, - N_("Tool _Options"), "T", NULL, + N_("Tool _Options"), NULL, NULL, "gimp-tool-options", GIMP_HELP_TOOL_OPTIONS_DIALOG },