Ignore:
Timestamp:
2009-01-12T11:19:54+13:00 (15 years ago)
Author:
kjdon
Message:

updated the rtl-gli branch with files from trunk. Result of a merge 14807:18318

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/branches/rtl-gli/src/org/greenstone/gatherer/GathererProg.java

    r13599 r18363  
    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.