s/gimp_plugin_help_func/gimp_standard_help_func/

2000-05-22  Michael Natterer  <mitch@gimp.org>

	* plug-ins/*: s/gimp_plugin_help_func/gimp_standard_help_func/

	Coincidentially, my script also removed empty lines from the end
	of _all_ *.c file (not only from those which contained
	gimp_plugin_help_func).
This commit is contained in:
Michael Natterer
2000-05-22 17:10:28 +00:00
committed by Michael Natterer
parent c86b866739
commit 1590cecfe1
204 changed files with 200 additions and 293 deletions

View File

@ -1191,7 +1191,7 @@ script_fu_interface (SFScript *script)
GTK_SIGNAL_FUNC (script_fu_destroy_callback),
NULL);
gimp_help_connect_help_accel (dlg, gimp_plugin_help_func,
gimp_help_connect_help_accel (dlg, gimp_standard_help_func,
"filters/script-fu.html");
/* the vbox holding all widgets */
@ -1881,7 +1881,7 @@ script_fu_about_callback (GtkWidget *widget,
GTK_SIGNAL_FUNC (script_fu_about_dialog_delete),
dialog);
gimp_help_connect_help_accel (dialog, gimp_plugin_help_func,
gimp_help_connect_help_accel (dialog, gimp_standard_help_func,
"filters/script-fu.html");
frame = gtk_frame_new (NULL);