- Bug 142091: Inconsistency with naming in the GUI - FIXED.
String "MiCasa" changed to "miCASA" in the Link Keys dialog. ...............................................................
This commit is contained in:
parent
37f537231e
commit
981c2f6ea4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Jan 10 10:24:26 MST 2006 - jnorman@novell.com
|
||||||
|
|
||||||
|
@ -932,7 +932,7 @@ public class MiCasa : Store
|
|||||||
Glade.XML gxmlTemp = new Glade.XML (Common.GladeFile, "dialogLinkKeyValue", null);
|
Glade.XML gxmlTemp = new Glade.XML (Common.GladeFile, "dialogLinkKeyValue", null);
|
||||||
gxmlTemp.Autoconnect (this);
|
gxmlTemp.Autoconnect (this);
|
||||||
dialogLinkKeyValue.TransientFor = (Gtk.Window)CasaMain.gxml.GetWidget("dialogNewSecret");
|
dialogLinkKeyValue.TransientFor = (Gtk.Window)CasaMain.gxml.GetWidget("dialogNewSecret");
|
||||||
dialogLinkKeyValue.Title = "MiCasa - Link Keys";
|
dialogLinkKeyValue.Title = "miCASA - Link Keys";
|
||||||
dialogLinkKeyValue.Modal = true;
|
dialogLinkKeyValue.Modal = true;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user