gimp r25429 - in trunk: . app/actions



Author: neo
Date: Wed Apr  9 12:10:12 2008
New Revision: 25429
URL: http://svn.gnome.org/viewvc/gimp?rev=25429&view=rev

Log:
2008-04-09  Sven Neumann  <sven gimp org>

	* app/actions/edit-actions.c (edit_actions): added mnemnic for
	"edit-paste-as-new" menu item.


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	Wed Apr  9 12:10:12 2008
@@ -135,7 +135,7 @@
     GIMP_HELP_EDIT_PASTE_INTO },
 
   { "edit-paste-as-new", GIMP_STOCK_PASTE_AS_NEW,
-    N_("From Clipboard"), "<control><shift>V",
+    N_("From _Clipboard"), "<control><shift>V",
     N_("Create a new image from the content of the clipboard"),
     G_CALLBACK (edit_paste_as_new_cmd_callback),
     GIMP_HELP_EDIT_PASTE_AS_NEW },



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