Changeset 18201 in josm for trunk/src


Ignore:
Timestamp:
2021-09-08T01:14:09+02:00 (3 years ago)
Author:
Don-vip
Message:

fix #21248 - Let users know that the wikidata plugin name has changed (patch by taylor.smock)

File:
1 edited

Legend:

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

    r18167 r18201  
    167167            new DeprecatedPlugin("javafx-osx", inCore),
    168168            new DeprecatedPlugin("javafx-unixoid", inCore),
    169             new DeprecatedPlugin("javafx-windows", inCore)
     169            new DeprecatedPlugin("javafx-windows", inCore),
     170            new DeprecatedPlugin("wikidata", tr(replacedByPlugin, "osmwiki-dataitem"))
    170171        );
    171172        Collections.sort(DEPRECATED_PLUGINS);
Note: See TracChangeset for help on using the changeset viewer.