Changeset 4966


Ignore:
Timestamp:
2003-07-16T15:54:50+12:00 (21 years ago)
Author:
jmt12
Message:

Changed a colours name.

File:
1 edited

Legend:

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

    r4928 r4966  
    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", false)));
     610    UIManager.put("TextField.background", new ColorUIResource(getColor("coloring.editable_background", 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.