fixed a comment.

2002-12-14  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/plug-ins.c (plug_ins_proc_def_add): fixed a comment.
This commit is contained in:
Michael Natterer 2002-12-14 19:11:22 +00:00 committed by Michael Natterer
parent 409cd12529
commit c7afb9fb57
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-12-14 Michael Natterer <mitch@gimp.org>
* app/plug-in/plug-ins.c (plug_ins_proc_def_add): fixed a comment.
2002-12-14 Manish Singh <yosh@gimp.org>
* app/config/gimpconfig-params.c (gimp_param_memsize_get_type):

View File

@ -778,7 +778,7 @@ plug_ins_proc_def_add (PlugInProcDef *proc_def,
/* Register the procedural database entry */
procedural_db_register (gimp, &proc_def->db_info);
/* Remove the defintion from the global list */
/* Add the defintion to the global list */
proc_defs = g_slist_append (proc_defs, proc_def);
}

View File

@ -778,7 +778,7 @@ plug_ins_proc_def_add (PlugInProcDef *proc_def,
/* Register the procedural database entry */
procedural_db_register (gimp, &proc_def->db_info);
/* Remove the defintion from the global list */
/* Add the defintion to the global list */
proc_defs = g_slist_append (proc_defs, proc_def);
}