changelog typo...

This commit is contained in:
Michael Natterer
2000-01-06 22:27:57 +00:00
parent b9ff380742
commit 41f8482379

View File

@ -47,7 +47,7 @@ Thu Jan 6 18:39:05 GMT 2000 Adam D. Moss <adam@gimp.org>
* app/[all files using the dialog or action area constructors] * app/[all files using the dialog or action area constructors]
* libgimp/gimpdialog.[ch]: added a "slot_object" argument to the * libgimp/gimpdialog.[ch]: added a "slot_object" argument to the
constructors' va_args lists to allow the action area buttons to be constructors' va_args lists to allow the action area buttons to be
connected wich gtk_signal_connect_object(). connected with gtk_signal_connect_object().
* libgimp/gimphelp.c: show the correct help page for plugins. * libgimp/gimphelp.c: show the correct help page for plugins.