Changeset 9793


Ignore:
Timestamp:
2005-05-02T15:35:10+12:00 (19 years ago)
Author:
mdewsnip
Message:

GEMS never created it's own Dictionary, so all interface strings appear in English, no matter what interface language you choose.

*Sigh*.

File:
1 edited

Legend:

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

    r9373 r9793  
    176176    Utility.initImages(this);
    177177    config = new Configuration(gsdl_path, null, null);
    178    
     178
     179    // Read Dictionary
     180    new Dictionary(Configuration.getLocale("general.locale", true), Configuration.getFont("general.font", true));
     181
    179182    this.dialog_options = new String[2];
    180183    this.screen_size = config.screen_size;
Note: See TracChangeset for help on using the changeset viewer.