Markup fix.

2004-11-04  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkaboutdialog.sgml: Markup fix.
This commit is contained in:
Matthias Clasen 2004-11-04 15:32:14 +00:00 committed by Matthias Clasen
parent 0419800465
commit a895440069
2 changed files with 5 additions and 3 deletions

View File

@ -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>

View File

@ -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>&lt;user@host&gt;</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>&lt;user@<!-- -->host</replaceable>&gt;</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