diff --git a/ChangeLog b/ChangeLog index 17c6e265f0..bf7d80e538 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 6 21:05:46 2003 Matthias Clasen + + * gtk/gtktable.c (gtk_table_class_init): Start the blurb for + "right_attach" with a capital. (#123945, Christian Rose) + Sun Oct 5 23:59:03 2003 Matthias Clasen * tests/testsocket.c (child_read_watch): Remove an diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 17c6e265f0..bf7d80e538 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Mon Oct 6 21:05:46 2003 Matthias Clasen + + * gtk/gtktable.c (gtk_table_class_init): Start the blurb for + "right_attach" with a capital. (#123945, Christian Rose) + Sun Oct 5 23:59:03 2003 Matthias Clasen * tests/testsocket.c (child_read_watch): Remove an diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 17c6e265f0..bf7d80e538 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Mon Oct 6 21:05:46 2003 Matthias Clasen + + * gtk/gtktable.c (gtk_table_class_init): Start the blurb for + "right_attach" with a capital. (#123945, Christian Rose) + Sun Oct 5 23:59:03 2003 Matthias Clasen * tests/testsocket.c (child_read_watch): Remove an diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 17c6e265f0..bf7d80e538 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Mon Oct 6 21:05:46 2003 Matthias Clasen + + * gtk/gtktable.c (gtk_table_class_init): Start the blurb for + "right_attach" with a capital. (#123945, Christian Rose) + Sun Oct 5 23:59:03 2003 Matthias Clasen * tests/testsocket.c (child_read_watch): Remove an diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 17c6e265f0..bf7d80e538 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Mon Oct 6 21:05:46 2003 Matthias Clasen + + * gtk/gtktable.c (gtk_table_class_init): Start the blurb for + "right_attach" with a capital. (#123945, Christian Rose) + Sun Oct 5 23:59:03 2003 Matthias Clasen * tests/testsocket.c (child_read_watch): Remove an diff --git a/gtk/gtktable.c b/gtk/gtktable.c index 1b62705831..3edf3de2f5 100644 --- a/gtk/gtktable.c +++ b/gtk/gtktable.c @@ -207,7 +207,7 @@ gtk_table_class_init (GtkTableClass *class) CHILD_PROP_RIGHT_ATTACH, g_param_spec_uint ("right_attach", _("Right attachment"), - _("the column number to attach the right side of a child widget to"), + _("The column number to attach the right side of a child widget to"), 1, 65535, 1, G_PARAM_READWRITE)); gtk_container_class_install_child_property (container_class,