diff options
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r-- | gtk/gtkcomboboxtext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index 3fecdc9497..bff81952d6 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -52,7 +52,7 @@ * You should not call gtk_combo_box_set_model() or attempt to pack more cells * into this combo box via its GtkCellLayout interface. * - * ## GtkComboBoxText as GtkBuildable + * # GtkComboBoxText as GtkBuildable * * The GtkComboBoxText implementation of the GtkBuildable interface * supports adding items directly using the <items> element |