Ignore:
Timestamp:
2003-08-18T14:10:31+12:00 (21 years ago)
Author:
jmt12
Message:

I can't remember what has changed, but I bet it was for the better

File:
1 edited

Legend:

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

    r4928 r5164  
    103103    // Load new dictionary
    104104    dictionary = ResourceBundle.getBundle(Utility.DICTIONARY, locale);
     105    language = dictionary.getString("Language");
     106    System.err.println("Having loaded new dictionary: " + language);
    105107    // Refresh all registered component
     108    System.err.println("Updating components");
    106109    for(Iterator keys = keySet().iterator(); keys.hasNext(); ) {
    107110        Object component = keys.next();
Note: See TracChangeset for help on using the changeset viewer.