app: use the proper help ID in gimp_operation_tool_get_settings_ui()
GimpFilterTool has the right help ID since a while, no need to use a dummy help ID aly longer.
This commit is contained in:
@ -350,7 +350,7 @@ gimp_operation_tool_get_settings_ui (GimpFilterTool *filter_tool,
|
||||
file,
|
||||
import_title,
|
||||
export_title,
|
||||
"help-foo",
|
||||
file_dialog_help_id,
|
||||
NULL, /* sic */
|
||||
settings_box);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user