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
@@ -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);
}
/**