This commit is contained in:
Michael Natterer
2000-02-27 12:58:00 +00:00
parent cb9243e481
commit 0c50258300
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
2000-02-27 Michael Natterer <mitch@gimp.org>
* libgimp/tmpl/gimpdialog.sgml
* libgimp/tmpl/gimphelpui.sgml: updated.
2000-02-26 Michael Natterer <mitch@gimp.org>

View File

@ -117,7 +117,7 @@ gtk_widget_grab_default().</entry>
<entry>#TRUE if the dialog's "delete_event" should be connected to
this button's callback. Usually you will connect to the dialog's
"Cancel" callback. Note that the callback will be called indirectly,
so you don't habe to worry about the #GdkEvent pointer which comes
so you don't have to worry about the #GdkEvent pointer which comes
with the "delete_event", as it will be stripped away before your
"Cancel" callback is called.</entry>
</row>