Changeset 17678 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2021-03-27T19:22:29+01:00 (4 years ago)
Author:
Don-vip
Message:

fix #20670 - deprecate ScoutSigns plugin (patch by jBeata)

File:
1 edited

Legend:

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

    r17573 r17678  
    163163            new DeprecatedPlugin("rapid", tr(replacedByPlugin, "MapWithAI")),
    164164            new DeprecatedPlugin("MovementAlert", inCore),
    165             new DeprecatedPlugin("OpenStreetCam", tr(replacedByPlugin, "KartaView"))
     165            new DeprecatedPlugin("OpenStreetCam", tr(replacedByPlugin, "KartaView")),
     166            new DeprecatedPlugin("scoutsigns", tr(replacedByPlugin, "KartaView"))
    166167        );
    167168        Collections.sort(DEPRECATED_PLUGINS);
Note: See TracChangeset for help on using the changeset viewer.