removed shift+ctrl+t accelerator from dialogs-tool-options because it's

2005-10-30  Michael Natterer  <mitch@gimp.org>

	* 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.
This commit is contained in:
Michael Natterer 2005-10-30 14:10:18 +00:00 committed by Michael Natterer
parent f88478046f
commit 86888a6a76
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-10-30 Michael Natterer <mitch@gimp.org>
* 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 <mitch@gimp.org>
* app/dialogs/user-install-dialog.c: added global "oldgimp_major"

View file

@ -62,7 +62,7 @@ static GimpActionEntry dialogs_actions[] =
GimpStringActionEntry dialogs_dockable_actions[] =
{
{ "dialogs-tool-options", GIMP_STOCK_TOOL_OPTIONS,
N_("Tool _Options"), "<control><shift>T", NULL,
N_("Tool _Options"), NULL, NULL,
"gimp-tool-options",
GIMP_HELP_TOOL_OPTIONS_DIALOG },