[gimp] app: fix the action name of the action search dialog
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: fix the action name of the action search dialog
- Date: Sun, 22 Nov 2015 14:31:38 +0000 (UTC)
commit 2b6a10b7316ca4847697da92bbfcb4d512bc5fcc
Author: Michael Natterer <mitch gimp org>
Date: Sun Nov 22 15:30:14 2015 +0100
app: fix the action name of the action search dialog
app/actions/dialogs-actions.c | 6 +++---
menus/image-menu.xml.in | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/actions/dialogs-actions.c b/app/actions/dialogs-actions.c
index 81ad39f..23e7893 100644
--- a/app/actions/dialogs-actions.c
+++ b/app/actions/dialogs-actions.c
@@ -271,9 +271,9 @@ static const GimpStringActionEntry dialogs_toplevel_actions[] =
"gimp-about-dialog",
GIMP_HELP_ABOUT_DIALOG },
- { "help-action-search", "edit-find",
- NC_("help-action", "_Search and Run a Command"), "slash",
- NC_("help-action", "Search commands by keyword, and run them"),
+ { "dialogs-action-search", "edit-find",
+ NC_("dialogs-action", "_Search and Run a Command"), "slash",
+ NC_("dialogs-action", "Search commands by keyword, and run them"),
"gimp-action-search-dialog",
GIMP_HELP_ACTION_SEARCH_DIALOG }
};
diff --git a/menus/image-menu.xml.in b/menus/image-menu.xml.in
index bd7eaae..bbfe485 100644
--- a/menus/image-menu.xml.in
+++ b/menus/image-menu.xml.in
@@ -806,7 +806,7 @@
<menuitem action="dialogs-tips" />
<menuitem action="dialogs-about" />
<separator />
- <menuitem action="help-action-search" />
+ <menuitem action="dialogs-action-search" />
<separator />
<placeholder name="Programming" />
<separator />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]