added mnemnic for "edit-paste-as-new" menu item.

2008-04-09  Sven Neumann  <sven@gimp.org>

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

svn path=/trunk/; revision=25429
This commit is contained in:
Sven Neumann 2008-04-09 11:10:12 +00:00 committed by Sven Neumann
parent e188e22fa7
commit 1bf5911cfa
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-04-09 Sven Neumann <sven@gimp.org>
* app/actions/edit-actions.c (edit_actions): added mnemnic for
"edit-paste-as-new" menu item.
2008-04-09 Michael Natterer <mitch@gimp.org>
* menus/image-menu.xml.in: add "File/New" submenu and an "Acquire"

View File

@ -135,7 +135,7 @@ static const GimpActionEntry edit_actions[] =
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 },