diff --git a/CASA.changes b/CASA.changes index 9806c9c2..f94d1c90 100644 --- a/CASA.changes +++ b/CASA.changes @@ -1,10 +1,16 @@ +------------------------------------------------------------------- +Wed Jan 11 20:31:12 IST 2006 - smanojna@novell.com + +- Bug 142091: Inconsistency with naming in the GUI - FIXED. + String "MiCasa" changed to "miCASA" in the Link Keys dialog. + ------------------------------------------------------------------- Tue Jan 10 10:24:26 MST 2006 - jnorman@novell.com - Changed dependency to MONO 1.1.13 ------------------------------------------------------------------- -Tue Jan 10 18:16:01 IST 2006 - smanojna@novell.com +Tue Jan 10 18:16:01 IST 2006 - smanojna@novell.com - Bug 142091: Inconsistency with naming in the GUI - FIXED diff --git a/c_gui/MiCasa.cs b/c_gui/MiCasa.cs index 4f120427..9f0523c6 100644 --- a/c_gui/MiCasa.cs +++ b/c_gui/MiCasa.cs @@ -932,7 +932,7 @@ public class MiCasa : Store Glade.XML gxmlTemp = new Glade.XML (Common.GladeFile, "dialogLinkKeyValue", null); gxmlTemp.Autoconnect (this); dialogLinkKeyValue.TransientFor = (Gtk.Window)CasaMain.gxml.GetWidget("dialogNewSecret"); - dialogLinkKeyValue.Title = "MiCasa - Link Keys"; + dialogLinkKeyValue.Title = "miCASA - Link Keys"; dialogLinkKeyValue.Modal = true;