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

@ -68,6 +68,3 @@ paste_command_execute(Command_t *parent)
object_list_remove_add_cb(command->list, id);
return CMD_APPEND;
}