gimp r28223 - in trunk: . app/actions



Author: neo
Date: Fri Mar 27 19:25:12 2009
New Revision: 28223
URL: http://svn.gnome.org/viewvc/gimp?rev=28223&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/app/actions/edit-actions.c

Modified: trunk/app/actions/edit-actions.c
==============================================================================
--- trunk/app/actions/edit-actions.c	(original)
+++ trunk/app/actions/edit-actions.c	Fri Mar 27 19:25:12 2009
@@ -61,7 +61,7 @@
 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 @@
     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 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]