Added mnemonics and accelerators to menus. Fixed log message syntax

in XMLSceneWriter.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@119 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2001-07-24 20:12:18 +00:00
parent f31efe3a32
commit 0be5c2f654
@@ -1,5 +1,5 @@
//
// $Id: XMLSceneWriter.java,v 1.2 2001/07/24 19:15:51 shaper Exp $
// $Id: XMLSceneWriter.java,v 1.3 2001/07/24 20:12:18 shaper Exp $
package com.threerings.miso.scene.xml;
@@ -65,7 +65,7 @@ public class XMLSceneWriter extends DataWriter
} catch (SAXException saxe) {
Log.warning("Exception writing scene to file " +
"[scene=" + scene + ", [fname=" + fname +
"[scene=" + scene + ", fname=" + fname +
", saxe=" + saxe + "].");
}
}