summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavyd Madeley <davyd@madeley.id.au>2009-05-19 15:29:53 +0800
committerDavyd Madeley <davyd@madeley.id.au>2009-05-19 15:29:53 +0800
commita746df7d37e5f46b63fbf203bf88c6cf570d76dc (patch)
tree93787e1e273f7a24a6dde9349834261905d6e8d1 /docs
parentf64ef8ea514941f83ee802685adf82fd09a17f2b (diff)
downloadgtk+-a746df7d37e5f46b63fbf203bf88c6cf570d76dc.tar.gz
Fix broken SGML in gtk reference.
Introduced in commit 9dbb30482b11075045e7624df7c771cb3fc1503f
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/tmpl/gtklabel.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gtk/tmpl/gtklabel.sgml b/docs/reference/gtk/tmpl/gtklabel.sgml
index 958ad38c94..0f25786a97 100644
--- a/docs/reference/gtk/tmpl/gtklabel.sgml
+++ b/docs/reference/gtk/tmpl/gtklabel.sgml
@@ -172,7 +172,7 @@ to regular Pango markup. The markup for links is borrowed from HTML, using the
way they appear in web browsers, with colored, underlined text. The title
attribute is displayed as a tooltip on the link. An example looks like this:
<informalexample><programlisting>
-gtk_label_set_markup (label, "Go to the &lt;a href=\"http://www.gtk.org\" title=\"&amp;lt;i&amp;gt;Our&amp;/i&amp;gt; website\"&gt;GTK+ website</a> for more...");
+gtk_label_set_markup (label, "Go to the &lt;a href=\"http://www.gtk.org\" title=\"&amp;lt;i&amp;gt;Our&amp;/i&amp;gt; website\"&gt;GTK+ website&lt;/a&gt; for more...");
</programlisting></informalexample>
It is possible to implement custom handling for links and their tooltips with
the #GtkLabel::activate-link signal and the gtk_label_get_current_uri() function.