Trivial doc fix

svn path=/trunk/; revision=20829
This commit is contained in:
Matthias Clasen
2008-07-15 03:00:04 +00:00
parent e67da00f16
commit 8af098a54d
2 changed files with 5 additions and 1 deletions

View File

@ -1756,7 +1756,7 @@ set_markup (GtkLabel *label,
* g_markup_printf_escaped()<!-- -->:
* |[
* char *markup;
*
*
* markup = g_markup_printf_escaped ("&lt;span style=\"italic\"&gt;&percnt;s&lt;/span&gt;", str);
* gtk_label_set_markup (GTK_LABEL (label), markup);
* g_free (markup);