Removed incorrect description's sentence.

Description was wrong when it explained: "The two areas are separated
by a GtkHSeparator.". These separators are not used any more.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=643496
This commit is contained in:
Patricia Santana Cruz 2011-02-28 17:54:31 +01:00 committed by Javier Jardón
parent 033bd235b7
commit 49c48546c8

View File

@ -56,7 +56,7 @@
* be packed. The bottom area is known as the
* <structfield>action_area</structfield>. 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.
* cancel, ok, or apply.
*
* #GtkDialog boxes are created with a call to gtk_dialog_new() or
* gtk_dialog_new_with_buttons(). gtk_dialog_new_with_buttons() is