libgimpwidgets: fix a doc glitch in GimpStringComboBox

This commit is contained in:
Michael Natterer 2019-08-01 12:23:05 +02:00
parent 83ecbc8e39
commit e7f041492a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ gimp_string_combo_box_class_init (GimpStringComboBoxClass *klass)
GIMP_PARAM_READWRITE |
G_PARAM_CONSTRUCT_ONLY));
/**
* GimpStringComboBox:id-column:
* GimpStringComboBox:label-column:
*
* The column in the associated GtkTreeModel that holds strings to
* be used as labels in the combo-box.