- Bug 142091: Inconsistency with naming in the GUI - FIXED.
String "MiCasa" changed to "miCASA" in the Link Keys dialog. ...............................................................
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user