Bug 576909 – "_Paste" and "_Paste as" have the same mnemonic

2009-03-27  Sven Neumann  <sven@gimp.org>

	Bug 576909 – "_Paste" and "_Paste as" have the same mnemonic

	* app/actions/edit-actions.c: resolved colliding mnemonics.


svn path=/trunk/; revision=28223
This commit is contained in:
Sven Neumann 2009-03-27 19:25:12 +00:00 committed by Sven Neumann
parent e0c1659e2a
commit e148dfd6a2
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2009-03-27 Sven Neumann <sven@gimp.org>
Bug 576909 "_Paste" and "_Paste as" have the same mnemonic
* app/actions/edit-actions.c: resolved colliding mnemonics.
2009-03-23 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpscalebutton.c: use GtkScaleButton's accessors.

View File

@ -61,7 +61,7 @@ static void edit_actions_pattern_changed (GimpContext *context,
static const GimpActionEntry edit_actions[] =
{
{ "edit-menu", NULL, NC_("edit-action", "_Edit") },
{ "edit-paste-as-menu", NULL, NC_("edit-action", "_Paste as") },
{ "edit-paste-as-menu", NULL, NC_("edit-action", "Paste _as") },
{ "edit-buffer-menu", NULL, NC_("edit-action", "_Buffer") },
{ "undo-popup",
@ -201,7 +201,7 @@ static const GimpEnumActionEntry edit_fill_actions[] =
GIMP_HELP_EDIT_FILL_BG },
{ "edit-fill-pattern", GIMP_STOCK_TOOL_BUCKET_FILL,
NC_("edit-action", "Fill with P_attern"), "<control>semicolon",
NC_("edit-action", "Fill _with Pattern"), "<control>semicolon",
NC_("edit-action", "Fill the selection using the active pattern"),
GIMP_PATTERN_FILL, FALSE,
GIMP_HELP_EDIT_FILL_PATTERN }