Bug 251414. Added Title to Destroy Secrets dialog

This commit is contained in:
Jim Norman 2007-05-11 16:13:05 +00:00
parent 63ba10b62d
commit 751a7a5b4b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 11 10:09:25 MDT 2007 - jnorman@novell.com
- Bug 251414. Added Title to Destroy Secrets dialog.
-------------------------------------------------------------------
Thu May 10 15:05:45 MDT 2007 - jnorman@novell.com

View File

@ -114,6 +114,8 @@ namespace Novell.CASA.GUI
Gtk.ButtonsType.OkCancel,
"This will destroy all of your miCASA secrets.\r\nAre you sure?");
md.Title = "Destroy Secrets";
md.SetPosition(Gtk.WindowPosition.Center);
md.Response +=new ResponseHandler(md_Response);
md.Modal = true;