diff options
author | Laszlo Pandy <lpandy@src.gnome.org> | 2011-08-13 15:21:09 +0200 |
---|---|---|
committer | Laszlo Pandy <lpandy@src.gnome.org> | 2011-08-13 15:22:44 +0200 |
commit | 991b782b75b2247d3d3a9ed72ee859dc4cb0d66e (patch) | |
tree | 5b959cdd909f10ee0c91428b9dd0d1a592c55509 /gtk/gtkcomboboxtext.c | |
parent | c4008dff3be29fc7b29cb21d18fa0a698fa9b938 (diff) | |
download | gtk+-991b782b75b2247d3d3a9ed72ee859dc4cb0d66e.tar.gz |
Fix incomplete > entities in docs.
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r-- | gtk/gtkcomboboxtext.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index f1102cb1af..95db4800fc 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -53,8 +53,8 @@ * <title>GtkComboBoxText as GtkBuildable</title> * <para> * The GtkComboBoxText implementation of the GtkBuildable interface - * supports adding items directly using the <items> element - * and specifying <item> elements for each item. Each <item> + * supports adding items directly using the <items> element + * and specifying <item> elements for each item. Each <item> * element supports the regular translation attributes "translatable", * "context" and "comments". * |