- Bug 142091: Inconsistency with naming in the GUI - FIXED.

String "MiCasa" changed to "miCASA" in the Link Keys dialog.

...............................................................
This commit is contained in:
smanojna 2006-01-11 15:09:03 +00:00
parent 37f537231e
commit 981c2f6ea4
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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;