Changeset 5961 in josm for trunk


Ignore:
Timestamp:
2013-05-14T22:02:33+02:00 (11 years ago)
Author:
Don-vip
Message:

"imgaeryadjust" plugin has been integrated into core a long time ago, but not marked as deprecated

File:
1 edited

Legend:

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

    r5957 r5961  
    5252import org.openstreetmap.josm.gui.HelpAwareOptionPane.ButtonSpec;
    5353import org.openstreetmap.josm.gui.JMultilineLabel;
    54 import org.openstreetmap.josm.gui.MapFrame;
    5554import org.openstreetmap.josm.gui.download.DownloadSelection;
    5655import org.openstreetmap.josm.gui.help.HelpUtil;
     
    105104            new DeprecatedPlugin("remotecontrol", IN_CORE),
    106105            new DeprecatedPlugin("imagery", IN_CORE),
     106            new DeprecatedPlugin("imageryadjust", IN_CORE),
    107107            new DeprecatedPlugin("slippymap", IN_CORE),
    108108            new DeprecatedPlugin("wmsplugin", IN_CORE),
Note: See TracChangeset for help on using the changeset viewer.