summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-07-15 03:00:04 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-07-15 03:00:04 +0000
commit8af098a54dd8ac3a5289a3b57c30cabf7c4f9b3f (patch)
tree84e25dd549fc52a97cccfec757a3471015c340cf /gtk/gtklabel.c
parente67da00f16fdadd7a0037bd52635404da161e60e (diff)
downloadgtk+-8af098a54dd8ac3a5289a3b57c30cabf7c4f9b3f.tar.gz
Trivial doc fix
svn path=/trunk/; revision=20829
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r--gtk/gtklabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index 6d51ab1b5b..c0b48393f7 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -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);