Changeset 5029 in josm for trunk/src/org


Ignore:
Timestamp:
2012-02-28T21:01:21+01:00 (12 years ago)
Author:
Don-vip
Message:

Fix console message when plugins are auto updated after JOSM upgrade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r4877 r5029  
    314314
    315315        if (policy.equals("always")) {
    316             if ("pluginmanager.time-based-update.policy".equals(togglePreferenceKey)) {
     316            if ("pluginmanager.version-based-update.policy".equals(togglePreferenceKey)) {
    317317                System.out.println(tr("Running plugin update after JOSM upgrade. Automatic update at startup is enabled."));
    318318            } else if ("pluginmanager.time-based-update.policy".equals(togglePreferenceKey)) {
Note: See TracChangeset for help on using the changeset viewer.