Bug 251414. Assign a title to the dialog.

This commit is contained in:
Jim Norman 2007-04-02 19:44:41 +00:00
parent 041353b40f
commit ee8ad3c9ca

View File

@ -109,7 +109,7 @@ namespace Novell.CASA.GUI
mTrayInstance = tray;
// prompt user
MessageDialog md=new MessageDialog(null,Gtk.DialogFlags.Modal,
MessageDialog md=new MessageDialog(mainWindow,Gtk.DialogFlags.Modal,
Gtk.MessageType.Warning,
Gtk.ButtonsType.OkCancel,
"This will destroy all of your miCASA secrets.\r\nAre you sure?");