]> Pileus Git - ~andy/gtk/commitdiff
Removed incorrect description's sentence.
authorPatricia Santana Cruz <patriciasc@openismus.com>
Mon, 28 Feb 2011 16:54:31 +0000 (17:54 +0100)
committerJavier Jardón <jjardon@gnome.org>
Mon, 28 Feb 2011 17:36:05 +0000 (17:36 +0000)
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

gtk/gtkdialog.c

index 228aab354c45fb96a65639a5eb38bc843cc72918..17f9fcc09f7c4ef281ed99bedad9dc2a05450666 100644 (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