mirror of https://github.com/GNOME/gimp.git
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:
parent
1d4d2be2dd
commit
2750e8d67f
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue