Issue #12825: new custom GEGL key "gimp:help-id".

This commit is contained in:
Jehan
2025-02-20 18:14:01 +01:00
parent f2d47e910b
commit 424ef17bac

View File

@ -824,6 +824,9 @@ filters_actions_setup (GimpActionGroup *group)
entry.value = op_class->name;
entry.help_id = GIMP_HELP_TOOL_GEGL;
if (gegl_operation_class_get_key (op_class, "gimp:help-id"))
entry.help_id = gegl_operation_class_get_key (op_class, "gimp:help-id");
gimp_action_group_add_string_actions (group, "filters-action",
&entry, 1,
filters_apply_interactive_cmd_callback);