[gimp] Bug 604796 - Restore keyboard method to acquire screenshot
- From: Martin Nordholts <martinn src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp] Bug 604796 - Restore keyboard method to acquire screenshot
- Date: Fri, 18 Dec 2009 17:34:17 +0000 (UTC)
commit 30bb7b58910d98fae8a77903bb7dd3a63f568b5e
Author: Martin Nordholts <martinn src gnome org>
Date: Fri Dec 18 18:33:51 2009 +0100
Bug 604796 - Restore keyboard method to acquire screenshot
Move the mnemonic 't' in the File menu from 'Create Template...' to
'Create'.
app/actions/file-actions.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/app/actions/file-actions.c b/app/actions/file-actions.c
index 9e02eba..b4bd593 100644
--- a/app/actions/file-actions.c
+++ b/app/actions/file-actions.c
@@ -69,7 +69,7 @@ static gchar * file_actions_create_label (const gchar *format,
static const GimpActionEntry file_actions[] =
{
{ "file-menu", NULL, NC_("file-action", "_File") },
- { "file-create-menu", NULL, NC_("file-action", "Create") },
+ { "file-create-menu", NULL, NC_("file-action", "Crea_te") },
{ "file-open-recent-menu", NULL, NC_("file-action", "Open _Recent") },
{ "file-open", GTK_STOCK_OPEN,
@@ -91,7 +91,7 @@ static const GimpActionEntry file_actions[] =
GIMP_HELP_FILE_OPEN_LOCATION },
{ "file-create-template", NULL,
- NC_("file-action", "Create _Template..."), NULL,
+ NC_("file-action", "Create Template..."), NULL,
NC_("file-action", "Create a new template from this image"),
G_CALLBACK (file_create_template_cmd_callback),
GIMP_HELP_FILE_CREATE_TEMPLATE },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]