Fix an example. (#322493, Elie De Brauwer)

2005-11-27  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
	Fix an example.  (#322493, Elie De Brauwer)
This commit is contained in:
Matthias Clasen
2005-11-27 20:48:41 +00:00
committed by Matthias Clasen
parent 7014ef0032
commit d3a05fe03c
3 changed files with 7 additions and 1 deletions

View File

@ -472,7 +472,7 @@ gtk_message_dialog_new (GtkWindow *parent,
* dialog = gtk_message_dialog_new (main_application_window,
* GTK_DIALOG_DESTROY_WITH_PARENT,
* GTK_MESSAGE_ERROR,
* GTK_BUTTON_CLOSE,
* GTK_BUTTONS_CLOSE,
* NULL);
* gtk_message_dialog_set_markup (GTK_MESSAGE_DIALOG (dialog),
* markup);