Start the blurb for "right_attach" with a capital. (#123945, Christian

Mon Oct  6 21:05:46 2003  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtktable.c (gtk_table_class_init): Start the blurb for
	"right_attach" with a capital.  (#123945, Christian Rose)
This commit is contained in:
Matthias Clasen 2003-10-06 19:07:49 +00:00 committed by Matthias Clasen
parent dc825592f4
commit 24a6781c61
6 changed files with 26 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Oct 6 21:05:46 2003 Matthias Clasen <maclas@gmx.de>
* 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 <maclas@gmx.de>
* tests/testsocket.c (child_read_watch): Remove an

View File

@ -1,3 +1,8 @@
Mon Oct 6 21:05:46 2003 Matthias Clasen <maclas@gmx.de>
* 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 <maclas@gmx.de>
* tests/testsocket.c (child_read_watch): Remove an

View File

@ -1,3 +1,8 @@
Mon Oct 6 21:05:46 2003 Matthias Clasen <maclas@gmx.de>
* 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 <maclas@gmx.de>
* tests/testsocket.c (child_read_watch): Remove an

View File

@ -1,3 +1,8 @@
Mon Oct 6 21:05:46 2003 Matthias Clasen <maclas@gmx.de>
* 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 <maclas@gmx.de>
* tests/testsocket.c (child_read_watch): Remove an

View File

@ -1,3 +1,8 @@
Mon Oct 6 21:05:46 2003 Matthias Clasen <maclas@gmx.de>
* 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 <maclas@gmx.de>
* tests/testsocket.c (child_read_watch): Remove an

View File

@ -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,