app: clean up the new action search a bit

- order some stuff alphabetically and consistently
- move action from help-actions to dialogs-actions
- fix OS/X menu item fiddling (untested)
This commit is contained in:
Michael Natterer
2014-02-18 20:10:24 +01:00
parent d73057eddb
commit 36f87b5b2b
11 changed files with 44 additions and 61 deletions

View File

@ -47,13 +47,7 @@ static const GimpActionEntry help_actions[] =
NC_("help-action", "_Context Help"), "<shift>F1",
NC_("help-action", "Show the help for a specific user interface item"),
G_CALLBACK (help_context_help_cmd_callback),
GIMP_HELP_HELP_CONTEXT },
{ "help-action-search", GTK_STOCK_FIND,
NC_("help-action", "_Search and Run a Command"), "slash",
NC_("help-action", "Search commands by keyword, and run them"),
G_CALLBACK (help_search_actions_cmd_callback),
GIMP_HELP_ACTION_SEARCH_DIALOG }
GIMP_HELP_HELP_CONTEXT }
};