Ignore:
Timestamp:
2009-06-07T02:56:33+02:00 (15 years ago)
Author:
stoecker
Message:

fixed plugin handling a bit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/GettingStarted.java

    r1562 r1647  
    9999            //    everytime because of something we can't read.
    100100            return (Main.pref.getInteger("cache.motd.html.version", myVersion) == myVersion)
    101                                         && Main.pref.get("cache.motd.html.lang").equals(myLang);
     101            && Main.pref.get("cache.motd.html.lang").equals(myLang);
    102102        }
    103103    }
Note: See TracChangeset for help on using the changeset viewer.