Edits and fixes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1576 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# $Id: micasa.properties,v 1.1 2002/07/12 17:02:02 mdb Exp $
|
# $Id: micasa.properties,v 1.2 2002/07/12 17:06:52 mdb Exp $
|
||||||
#
|
#
|
||||||
# Translation strings for general MiCasa messages.
|
# Translation strings for general MiCasa messages.
|
||||||
|
|
||||||
@@ -7,6 +7,7 @@
|
|||||||
m.username = Username
|
m.username = Username
|
||||||
m.password = Password
|
m.password = Password
|
||||||
m.logon = Logon
|
m.logon = Logon
|
||||||
|
m.status = Connection status
|
||||||
m.remember_password = Remember my password
|
m.remember_password = Remember my password
|
||||||
|
|
||||||
m.logging_on = Logging on...
|
m.logging_on = Logging on...
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: MiCasaFrame.java,v 1.6 2002/07/12 17:01:28 mdb Exp $
|
// $Id: MiCasaFrame.java,v 1.7 2002/07/12 17:06:52 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.micasa.client;
|
package com.threerings.micasa.client;
|
||||||
|
|
||||||
@@ -32,6 +32,9 @@ public class MiCasaFrame
|
|||||||
public MiCasaFrame (String title)
|
public MiCasaFrame (String title)
|
||||||
{
|
{
|
||||||
super(title);
|
super(title);
|
||||||
|
|
||||||
|
// we'll handle shutting things down ourselves
|
||||||
|
setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user