Changeset 17562 in josm for trunk/src/org


Ignore:
Timestamp:
2021-03-15T12:17:28+01:00 (4 years ago)
Author:
Don-vip
Message:

fix #20554 - OpenStreetCam plugin renaming (patch by jBeata)

File:
1 edited

Legend:

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

    r17511 r17562  
    161161            new DeprecatedPlugin("tag2link", inCore),
    162162            new DeprecatedPlugin("rapid", tr(replacedByPlugin, "MapWithAI")),
    163             new DeprecatedPlugin("MovementAlert", inCore)
     163            new DeprecatedPlugin("MovementAlert", inCore),
     164            new DeprecatedPlugin("OpenStreetCam", tr(replacedByPlugin, "KartaView"))
    164165        );
    165166        Collections.sort(DEPRECATED_PLUGINS);
Note: See TracChangeset for help on using the changeset viewer.