diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-10-23 03:03:50 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-10-23 03:03:50 +0200 |
commit | 0dd5eb4b61bc1cc6715300da8457bd3cff077d39 (patch) | |
tree | 13fb6eba0e19efc978068089ca1544c297aceaed /gtk/gtkcomboboxtext.c | |
parent | d94adcf6431713eaa1df6652ebdf9baa930a7746 (diff) | |
download | gtk+-0dd5eb4b61bc1cc6715300da8457bd3cff077d39.tar.gz |
docs: GtkComboBoxText: more fixes
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 2ba2497e57..d8df72fdf1 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -131,7 +131,7 @@ gtk_combo_box_text_new_with_entry (void) * @combo_box: A #GtkComboBoxText * @text: A string * - * Appends @string to the list of strings stored in @combo_box. + * Appends @text to the list of strings stored in @combo_box. * * Since: 2.24 */ @@ -183,7 +183,7 @@ gtk_combo_box_text_insert_text (GtkComboBoxText *combo_box, * @text: A string * @id: a numeric ID for this value * - * Inserts @string at @position in the list of strings stored in @combo_box, + * Inserts @text at @position in the list of strings stored in @combo_box, * and sets its numeric ID to @id. See #GtkComboBox::id-column. * * Since: 3.0 |