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:
Michael Bayne
2002-07-12 17:06:52 +00:00
parent 2404ea688e
commit b1252aab66
2 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -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.
@@ -7,6 +7,7 @@
m.username = Username
m.password = Password
m.logon = Logon
m.status = Connection status
m.remember_password = Remember my password
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;
@@ -32,6 +32,9 @@ public class MiCasaFrame
public MiCasaFrame (String title)
{
super(title);
// we'll handle shutting things down ourselves
setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
}
/**