diff --git a/CASA/CASA.changes b/CASA/CASA.changes index 79303a72..444ef7f1 100644 --- a/CASA/CASA.changes +++ b/CASA/CASA.changes @@ -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 diff --git a/CASA/gui/CommonGUI.cs b/CASA/gui/CommonGUI.cs index ed6f34a9..9717cbd6 100644 --- a/CASA/gui/CommonGUI.cs +++ b/CASA/gui/CommonGUI.cs @@ -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;