Changeset 4877 in josm


Ignore:
Timestamp:
Jan 28, 2012 6:35:27 PM (16 months ago)
Author:
akks
Message:

see #7200 - mark Curves plugin as obsolete (Arc moved to Utilsplugin2)

File:
1 edited

Legend:

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

    r4846 r4877  
    107107            new DeprecatedPlugin("dumbutils", tr("replaced by new {0} plugin","utilsplugin2")), 
    108108            new DeprecatedPlugin("ImproveWayAccuracy", IN_CORE), 
     109            new DeprecatedPlugin("Curves", tr("replaced by new {0} plugin","utilsplugin2")), 
    109110        }); 
    110111    } 
Note: See TracChangeset for help on using the changeset viewer.