Config -> PrefsConfig.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@163 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-01-31 01:33:16 +00:00
parent 525cffcf5a
commit 4e10f48a3b
@@ -3,7 +3,7 @@
package com.threerings.stage.tools.editor; package com.threerings.stage.tools.editor;
import com.samskivert.util.Config; import com.samskivert.util.PrefsConfig;
/** /**
* Provides access to configuration data for the editor. * Provides access to configuration data for the editor.
@@ -11,7 +11,7 @@ import com.samskivert.util.Config;
public class EditorConfig public class EditorConfig
{ {
/** Provides access to config data for this package. */ /** Provides access to config data for this package. */
public static Config config = new Config("rsrc/config/stage/tools/editor"); public static PrefsConfig config = new PrefsConfig("rsrc/config/stage/tools/editor");
/** /**
* Accessor method for getting the test tile directory. * Accessor method for getting the test tile directory.