forked from AuroraMiddleware/gtk
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:
parent
dc825592f4
commit
24a6781c61
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user