diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a50b00f335..b357917b98 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,7 @@ 2004-11-04 Matthias Clasen + * gtk/tmpl/gtkaboutdialog.sgml: Markup fix. + * gtk/tmpl/gtkstock.sgml: Fix markup. 2004-11-04 Matthias Clasen diff --git a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml index 63d314d555..d657953d97 100644 --- a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml @@ -19,9 +19,9 @@ supports this by offering global hooks, which are called when the user clicks on a link or email address, see gtk_about_dialog_set_email_hook() and gtk_about_dialog_set_url_hook(). Email addresses in the authors, documenters and artists properties are recognized by looking for -<user@host>, URLs are recognized by looking for -http://url, with url extending to -the next space, tab or line break. +<user@host>, URLs are +recognized by looking for http://url, with +url extending to the next space, tab or line break. To make constructing a #GtkAboutDialog as convenient as possible, you can