Changeset 5290 in josm


Ignore:
Timestamp:
Jun 21, 2012 12:03:05 AM (11 months ago)
Author:
simon04
Message:

fix #7608 - deprecate Epsg31287 plugin

File:
1 edited

Legend:

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

    r5266 r5290  
    108108            new DeprecatedPlugin("ImproveWayAccuracy", IN_CORE), 
    109109            new DeprecatedPlugin("Curves", tr("replaced by new {0} plugin","utilsplugin2")), 
     110            new DeprecatedPlugin("epsg31287", tr("replaced by new {0} plugin", "proj4j")), 
    110111        }); 
    111112    } 
Note: See TracChangeset for help on using the changeset viewer.