Ignore:
Timestamp:
2003-07-15T13:37:35+12:00 (21 years ago)
Author:
jmt12
Message:

Major CDM rewrite so it uses DOM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/Configuration.java

    r4803 r4928  
    6868    public String proxy_user = null;
    6969    /** The language selected for the interface. Currently hard-wired. */
    70     public Language interface_language = new Language("en", "ENGLISH", true);
     70    public String interface_language = "en";
    7171    /** The screen size of the desktop the Gatherer will be displayed on. */
    7272    public Dimension screen_size = Toolkit.getDefaultToolkit().getScreenSize();
     
    608608    UIManager.put("ProgressBar.background", new ColorUIResource(getColor("coloring.collection_tree_background", false)));
    609609    UIManager.put("TextArea.background", new ColorUIResource(getColor("coloring.collection_tree_background", false)));
    610     UIManager.put("TextField.background", new ColorUIResource(getColor("coloring.editable_background", false)));
     610    UIManager.put("TextField.background", new ColorUIResource(getColor("coloring.editable", false)));
    611611    UIManager.put("Table.background", new ColorUIResource(getColor("coloring.collection_tree_background", false)));
    612612    UIManager.put("List.background", new ColorUIResource(getColor("coloring.collection_tree_background", false)));
Note: See TracChangeset for help on using the changeset viewer.