From 13998c55e757c28c7a80b5ad47f82ef62ee57bf6 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Fri, 7 Feb 2014 14:03:49 -0500 Subject: docs: use proper quotations instead of '*' --- gtk/gtkcomboboxtext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkcomboboxtext.c') diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index 1e0c141094..f3d120b7d6 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -44,7 +44,7 @@ * or gtk_combo_box_text_prepend_text() and remove options with * gtk_combo_box_text_remove(). * - * If the GtkComboBoxText contains an entry (via the 'has-entry' property), + * If the GtkComboBoxText contains an entry (via the “has-entry” property), * its contents can be retrieved using gtk_combo_box_text_get_active_text(). * The entry itself can be accessed by calling gtk_bin_get_child() on the * combo box. -- cgit v1.2.1