Fixed le booch.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3802 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-01-06 04:44:05 +00:00
parent 207a1f9e1a
commit 965dc959e5
@@ -50,7 +50,7 @@ import com.threerings.jme.JmeApp;
public class JabberApp extends JmeApp
{
/** Used to configure our user interface. */
public BStyleSheet stylesheet;
public static BStyleSheet stylesheet;
// documentation inherited
public boolean init ()
@@ -147,7 +147,7 @@ public class JabberApp extends JmeApp
// load up the default BUI stylesheet
try {
InputStream stin = getClass().getClassLoader().
InputStream stin = JabberApp.class.getClassLoader().
getResourceAsStream("rsrc/style.bss");
stylesheet = new BStyleSheet(
new InputStreamReader(stin),