- 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,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
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user