diff options
author | Daniel Boles <dboles.src@gmail.com> | 2017-07-07 08:13:41 +0100 |
---|---|---|
committer | Daniel Boles <dboles@src.gnome.org> | 2017-07-07 08:15:05 +0100 |
commit | 29ff3c072c61ce227a4b16840282293d74211a35 (patch) | |
tree | b7492e3cac0baf0e8e49dc6c8db4c8af4fb1b130 /gtk/gtklabel.c | |
parent | d04baeba370cfdd378e128ba79060476bb97ca1a (diff) | |
download | gtk+-29ff3c072c61ce227a4b16840282293d74211a35.tar.gz |
label: Remove extra quote in code example
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r-- | gtk/gtklabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 950b28629d..2e0dd59dd6 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -108,7 +108,7 @@ * <object class="GtkLabel"> * <attributes> * <attribute name="weight" value="PANGO_WEIGHT_BOLD"/> - * <attribute name="background" value="red" start="5" end="10"/>" + * <attribute name="background" value="red" start="5" end="10"/> * </attributes> * </object> * ]| |