mirror of https://github.com/GNOME/gimp.git
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:
parent
e188e22fa7
commit
1bf5911cfa
|
@ -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"
|
||||
|
|
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue