added help IDs for the libgimp export and unit dialogs.
2004-01-20 Michael Natterer <mitch@gimp.org> * app/widgets/gimphelp-ids.h: added help IDs for the libgimp export and unit dialogs. * libgimp/gimpexport.c * libgimpwidgets/gimpunitmenu.c: replaced html links by the new help IDs. * plug-ins/*/*.c: replaced all html help links by help IDs. A plug-in's help ID is its procedure name with '_' relaced by '-'. (e.g. file_tiff_save's help ID is file-tiff-save) Did some random indentation and whitespace cleanup.
This commit is contained in:
committed by
Michael Natterer
parent
fa4c87d959
commit
0418750367
@ -167,7 +167,8 @@ script_fu_console_interface (void)
|
||||
|
||||
dialog = gimp_dialog_new (_("Script-Fu Console"), "script-fu-console",
|
||||
NULL, 0,
|
||||
gimp_standard_help_func, "filters/script-fu.html",
|
||||
gimp_standard_help_func,
|
||||
"plug-in-script-fu-console",
|
||||
|
||||
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user