Bug 251414. Added Title to Destroy Secrets dialog
This commit is contained in:
parent
63ba10b62d
commit
751a7a5b4b
@ -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
|
Thu May 10 15:05:45 MDT 2007 - jnorman@novell.com
|
||||||
|
|
||||||
|
@ -114,6 +114,8 @@ namespace Novell.CASA.GUI
|
|||||||
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?");
|
||||||
|
|
||||||
|
md.Title = "Destroy Secrets";
|
||||||
|
|
||||||
md.SetPosition(Gtk.WindowPosition.Center);
|
md.SetPosition(Gtk.WindowPosition.Center);
|
||||||
md.Response +=new ResponseHandler(md_Response);
|
md.Response +=new ResponseHandler(md_Response);
|
||||||
md.Modal = true;
|
md.Modal = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user