GtkMessageDialog: Minor documentatation update

The message area is no longer a vbox.
This commit is contained in:
Matthias Clasen
2014-09-11 15:48:44 -04:00
parent c0db6fa070
commit 6573cebe71

View File

@ -282,7 +282,7 @@ gtk_message_dialog_class_init (GtkMessageDialogClass *class)
/**
* GtkMessageDialog:message-area:
*
* The #GtkVBox that corresponds to the message area of this dialog. See
* The #GtkBox that corresponds to the message area of this dialog. See
* gtk_message_dialog_get_message_area() for a detailed description of this
* area.
*