Bug 251414. Assign a title to the dialog.
This commit is contained in:
		| @@ -109,7 +109,7 @@ namespace Novell.CASA.GUI | |||||||
| 			mTrayInstance = tray; | 			mTrayInstance = tray; | ||||||
|  |  | ||||||
| 			// prompt user 						 | 			// prompt user 						 | ||||||
| 			MessageDialog md=new MessageDialog(null,Gtk.DialogFlags.Modal, | 			MessageDialog md=new MessageDialog(mainWindow,Gtk.DialogFlags.Modal, | ||||||
| 				Gtk.MessageType.Warning, | 				Gtk.MessageType.Warning, | ||||||
| 				Gtk.ButtonsType.OkCancel, | 				Gtk.ButtonsType.OkCancel, | ||||||
| 				"This will destroy all of your miCASA secrets.\r\nAre you sure?"); | 				"This will destroy all of your miCASA secrets.\r\nAre you sure?"); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user