diff --git a/app/actions/dialogs-actions.c b/app/actions/dialogs-actions.c index 8c573dc9d2..c95fb36a0e 100644 --- a/app/actions/dialogs-actions.c +++ b/app/actions/dialogs-actions.c @@ -289,7 +289,7 @@ static const GimpStringActionEntry dialogs_toplevel_actions[] = "gimp-about-dialog", GIMP_HELP_ABOUT_DIALOG }, - { "dialogs-action-search", GIMP_ICON_EDIT_FIND, + { "dialogs-action-search", GIMP_ICON_TOOL_ZOOM, NC_("dialogs-action", "_Search and Run a Command"), "slash", NC_("dialogs-action", "Search commands by keyword, and run them"), "gimp-action-search-dialog", diff --git a/app/actions/help-actions.c b/app/actions/help-actions.c index 2ddc74fa8b..15ff4d86c8 100644 --- a/app/actions/help-actions.c +++ b/app/actions/help-actions.c @@ -37,13 +37,13 @@ static const GimpActionEntry help_actions[] = { { "help-menu", NULL, NC_("help-action", "_Help") }, - { "help-help", "help-browser", + { "help-help", "gimp-prefs-help-system", NC_("help-action", "_Help"), "F1", NC_("help-action", "Open the GIMP user manual"), G_CALLBACK (help_help_cmd_callback), GIMP_HELP_HELP }, - { "help-context-help", "help-browser", + { "help-context-help", "gimp-prefs-help-system", NC_("help-action", "_Context Help"), "F1", NC_("help-action", "Show the help for a specific user interface item"), G_CALLBACK (help_context_help_cmd_callback),