From a171434a3d0a42b958dee6f5f971612ad8ac4477 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 23 Nov 2005 21:36:25 +0000 Subject: [PATCH] Apply patch from debian@mfgames.com svn path=/trunk/gtk-sharp/; revision=53410 --- doc/en/Gtk/Table.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/Gtk/Table.xml b/doc/en/Gtk/Table.xml index 69a85acbf..238bf4645 100644 --- a/doc/en/Gtk/Table.xml +++ b/doc/en/Gtk/Table.xml @@ -222,7 +222,7 @@ public Widget MakeTableTester() The number of columns in this table. If homogeneous is TRUE, the table boxes (cells) are resized to the size of the largest widget in the table. If homogeneous is FALSE, the size of a table boxes is dictated by the tallest widget in its same row, and the widest widget in its column (i.e. all cells are the same). - The size of the table can be altered after its creation using the method. + The size of the table can be altered after its creation using the method. @@ -379,4 +379,4 @@ public Widget MakeTableTester() - + \ No newline at end of file