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:
Michael Natterer 2016-05-11 14:38:33 +02:00
parent 9bb03073b6
commit b10fd2aa30
1 changed files with 1 additions and 1 deletions

View File

@ -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);