From 751a7a5b4b9336dc499e6edc8d10585b3c92ce86 Mon Sep 17 00:00:00 2001 From: Jim Norman Date: Fri, 11 May 2007 16:13:05 +0000 Subject: [PATCH] Bug 251414. Added Title to Destroy Secrets dialog --- CASA/CASA.changes | 5 +++++ CASA/gui/CommonGUI.cs | 2 ++ 2 files changed, 7 insertions(+) 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;