From 2750e8d67f2c73d6a1632433d7248c5c1ca4c4c0 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 3 Jun 2008 13:46:50 +0000 Subject: [PATCH] fixed comments. 2008-06-03 Sven Neumann * libgimp/gimpitemcombobox.c: fixed comments. svn path=/trunk/; revision=25885 --- ChangeLog | 4 ++++ libgimp/gimpitemcombobox.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b11557a56..423940a4f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-03 Sven Neumann + + * libgimp/gimpitemcombobox.c: fixed comments. + 2008-06-03 Sven Neumann * app/widgets/widgets-enums.[ch]: changed descriptions for diff --git a/libgimp/gimpitemcombobox.c b/libgimp/gimpitemcombobox.c index f95914ebbd..a32ddc1639 100644 --- a/libgimp/gimpitemcombobox.c +++ b/libgimp/gimpitemcombobox.c @@ -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. *