diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-04 15:32:14 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-04 15:32:14 +0000 |
commit | a8954400691718260812e8fa031941da61282ed2 (patch) | |
tree | 0e0f712ad1e5d8495919b9a662fe16845216d428 /docs | |
parent | 0419800465aafc79cc0b1e1729f8aaa203765b15 (diff) | |
download | gdk-pixbuf-a8954400691718260812e8fa031941da61282ed2.tar.gz |
Markup fix.
2004-11-04 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkaboutdialog.sgml: Markup fix.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 2 | ||||
-rw-r--r-- | docs/reference/gtk/tmpl/gtkaboutdialog.sgml | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index a50b00f33..b357917b9 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,7 @@ 2004-11-04 Matthias Clasen <mclasen@redhat.com> + * gtk/tmpl/gtkaboutdialog.sgml: Markup fix. + * gtk/tmpl/gtkstock.sgml: Fix markup. 2004-11-04 Matthias Clasen <mclasen@redhat.com> diff --git a/docs/reference/gtk/tmpl/gtkaboutdialog.sgml b/docs/reference/gtk/tmpl/gtkaboutdialog.sgml index 63d314d55..d657953d9 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 -<literal><user@host></literal>, URLs are recognized by looking for -<literal>http://url</literal>, with <literal>url</literal> extending to -the next space, tab or line break. +<literal><user@<!-- -->host</replaceable>></literal>, URLs are +recognized by looking for <literal>http://url</literal>, with +<literal>url</literal> extending to the next space, tab or line break. </para> <para> To make constructing a #GtkAboutDialog as convenient as possible, you can |