fixed comments.

2008-06-03  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpitemcombobox.c: fixed comments.

svn path=/trunk/; revision=25885
This commit is contained in:
Sven Neumann 2008-06-03 13:46:50 +00:00 committed by Sven Neumann
parent 1d4d2be2dd
commit 2750e8d67f
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2008-06-03 Sven Neumann <sven@gimp.org>
* libgimp/gimpitemcombobox.c: fixed comments.
2008-06-03 Sven Neumann <sven@gimp.org>
* app/widgets/widgets-enums.[ch]: changed descriptions for

View File

@ -204,7 +204,7 @@ gimp_channel_combo_box_init (GimpChannelComboBox *combo_box)
* @data: a pointer that is passed to @constraint
*
* Creates a new #GimpIntComboBox filled with all currently opened
* channels. See gimp_drawable_combo_box() for more info.
* channels. See gimp_drawable_combo_box_new() for more information.
*
* Return value: a new #GimpIntComboBox.
*
@ -247,7 +247,7 @@ gimp_layer_combo_box_init (GimpLayerComboBox *combo_box)
* @data: a pointer that is passed to @constraint
*
* Creates a new #GimpIntComboBox filled with all currently opened
* layers. See gimp_drawable_combo_box() for more info.
* layers. See gimp_drawable_combo_box_new() for more information.
*
* Return value: a new #GimpIntComboBox.
*