Changeset 6855


Ignore:
Timestamp:
2004-02-20T13:13:30+13:00 (20 years ago)
Author:
mdewsnip
Message:

Ooops... should have compiled my changes before committing them...

File:
1 edited

Legend:

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

    r6854 r6855  
    7171
    7272    /** The font used when displaying various html text. */
    73     private FontUIResource font = null;
     73    static private FontUIResource font = null;
    7474    /** A reference to remind us of the current locale. */
    75     private Locale locale = null;
    76     /** The ResourceBundle which contains the raw key-value mappings. Loaded from a file named "dictionary<I>locale</I>.properties*/
    77     private ResourceBundle dictionary = null;
     75    static private Locale locale = null;
     76    /** The ResourceBundle which contains the raw key-value mappings.
     77    Loaded from a file named "dictionary<I>locale</I>.properties. */
     78    static private ResourceBundle dictionary = null;
    7879
    7980
     
    9293     * @return A <strong>String</strong> containing the two letter ISO639 language code.
    9394     */
    94     public String getLanguage()
     95    static public String getLanguage()
    9596    {
    9697    return locale.getLanguage();
Note: See TracChangeset for help on using the changeset viewer.