diff --git a/doc/ChangeLog b/doc/ChangeLog index 5fdc8939f..f21f92be4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2008-03-17 Mike Kestner + + * en/Gtk/HBox.xml: + * en/Gtk/VBox.xml: move example tag outside summary. + 2006-08-09 Alp Toker * GLib/Thread.xml: diff --git a/doc/en/Gtk/HBox.xml b/doc/en/Gtk/HBox.xml index 56f48f165..8940c1c37 100644 --- a/doc/en/Gtk/HBox.xml +++ b/doc/en/Gtk/HBox.xml @@ -8,7 +8,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - An HBox is a specific type of for packing widgets horizontally. + An HBox is a specific type of for packing widgets horizontally. @@ -67,7 +67,7 @@ Class HBoxTester End Sub End Class - + Other ways of laying out widgets include using a vertical box, (see ), a table, (see ), button boxes, etc. diff --git a/doc/en/Gtk/VBox.xml b/doc/en/Gtk/VBox.xml index 462070cee..0155c5cb2 100644 --- a/doc/en/Gtk/VBox.xml +++ b/doc/en/Gtk/VBox.xml @@ -8,7 +8,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - A VBox is a specific type of for packing widgets vertically. + A VBox is a specific type of for packing widgets vertically. using System; using Gtk; @@ -69,7 +69,7 @@ Class VBoxTester End Sub End Class - + Other ways of laying out widgets include using a horizontal box, (see ), a table, (see ), button boxes, etc.