Ignore:
Timestamp:
2009-11-01T14:14:52+01:00 (17 years ago)
Author:
stoecker
Message:

fix #3391 - update plugins after josm update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/Preferences.java

    r2371 r2372  
    323323    public void save() throws IOException {
    324324        /* currently unused, but may help to fix configuration issues in future */
    325         properties.put("josm.version", Version.getInstance().getVersionString());
     325        putInteger("josm.version", Version.getInstance().getVersion());
    326326
    327327        updateSystemProperties();
Note: See TracChangeset for help on using the changeset viewer.