]> Pileus Git - ~andy/gtk/commitdiff
Start the blurb for "right_attach" with a capital. (#123945, Christian
authorMatthias Clasen <maclas@gmx.de>
Mon, 6 Oct 2003 19:07:49 +0000 (19:07 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 6 Oct 2003 19:07:49 +0000 (19:07 +0000)
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)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktable.c

index 17c6e265f0ae6d7426947d6d6bd1cbb08b35702d..bf7d80e53889ceec52af530a0628426bfd4ff53d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 17c6e265f0ae6d7426947d6d6bd1cbb08b35702d..bf7d80e53889ceec52af530a0628426bfd4ff53d 100644 (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
index 17c6e265f0ae6d7426947d6d6bd1cbb08b35702d..bf7d80e53889ceec52af530a0628426bfd4ff53d 100644 (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
index 17c6e265f0ae6d7426947d6d6bd1cbb08b35702d..bf7d80e53889ceec52af530a0628426bfd4ff53d 100644 (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
index 17c6e265f0ae6d7426947d6d6bd1cbb08b35702d..bf7d80e53889ceec52af530a0628426bfd4ff53d 100644 (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
index 1b627058312b25998f53d26d179775dc798c7bc8..3edf3de2f5e0deb26173047492d532f4c8dbf66f 100644 (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,