Fix a typo in the docs. (#160826, Jay Camp)

2004-12-08  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo
	in the docs.  (#160826, Jay Camp)
This commit is contained in:
Matthias Clasen 2004-12-09 03:58:24 +00:00 committed by Matthias Clasen
parent 787ee3e77d
commit 4e957a8cd0
5 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-12-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo
in the docs. (#160826, Jay Camp)
2004-12-08 Federico Mena Quintero <federico@ximian.com>
Merged from gtk-2-4:

View File

@ -1,3 +1,8 @@
2004-12-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo
in the docs. (#160826, Jay Camp)
2004-12-08 Federico Mena Quintero <federico@ximian.com>
Merged from gtk-2-4:

View File

@ -1,3 +1,8 @@
2004-12-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo
in the docs. (#160826, Jay Camp)
2004-12-08 Federico Mena Quintero <federico@ximian.com>
Merged from gtk-2-4:

View File

@ -1,3 +1,8 @@
2004-12-08 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcombobox.c (gtk_combo_box_set_wrap_width): Fix a typo
in the docs. (#160826, Jay Camp)
2004-12-08 Federico Mena Quintero <federico@ximian.com>
Merged from gtk-2-4:

View File

@ -4108,7 +4108,7 @@ gtk_combo_box_get_wrap_width (GtkComboBox *combo_box)
* @width: Preferred number of columns.
*
* Sets the wrap width of @combo_box to be @width. The wrap width is basically
* the preferred number of columns when you want to the popup to be layed out
* the preferred number of columns when you want the popup to be layed out
* in a table.
*
* Since: 2.4