Ignore:
Timestamp:
2008-02-12T16:13:13+13:00 (16 years ago)
Author:
davidb
Message:

Changes to GLI to support export into Fedora. New utility called flisvn diff gems/MetadataSetManager.java

File:
1 edited

Legend:

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

    r13599 r14974  
    5555    // Ensure platform specific LAF
    5656    try {
    57         UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
     57        // UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
     58        UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
    5859    }
    5960    catch (Exception exception) {
Note: See TracChangeset for help on using the changeset viewer.