From d5f469987b0f54e059467df7cf73ff0fd724a689 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Thu, 30 Aug 2001 23:36:26 +0000 Subject: [PATCH] Fix obvious mistake. Thu Aug 30 19:34:38 2001 Jonathan Blandford * gtk/tmpl/gtkdialog.sgml: Fix obvious mistake. --- docs/reference/ChangeLog | 4 ++++ docs/reference/gtk/tmpl/gtkdialog.sgml | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index ede6596334..059289de3f 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 30 19:34:38 2001 Jonathan Blandford + + * gtk/tmpl/gtkdialog.sgml: Fix obvious mistake. + Tue Aug 21 12:42:19 2001 Owen Taylor * gtk/gtk-sections.txt: Remove GtkPacker diff --git a/docs/reference/gtk/tmpl/gtkdialog.sgml b/docs/reference/gtk/tmpl/gtkdialog.sgml index ccc6a3105b..6f66e231f4 100644 --- a/docs/reference/gtk/tmpl/gtkdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkdialog.sgml @@ -14,12 +14,12 @@ require extensive effort on the user's part. -Gtk+ treats a dialog as a window split horizontally. The top section is a -#GtkVBox, and is where widgets such as a #GtkLabel or a #GtkEntry should be -packed. The second area is known as the -action_area. This is generally used for packing -buttons into the dialog which may perform functions such as cancel, ok, or -apply. The two areas are separated by a #GtkHSeparator. +Gtk+ treats a dialog as a window split vertically. The top section is a +#GtkVBox, and is where widgets such as a #GtkLabel or a #GtkEntry should +be packed. The bottom area is known as the +action_area. This is generally used for +packing buttons into the dialog which may perform functions such as +cancel, ok, or apply. The two areas are separated by a #GtkHSeparator.