Ignore:
Timestamp:
2016-07-21T02:43:18+02:00 (8 years ago)
Author:
donvip
Message:

update to JOSM 10571

Location:
applications/editors/josm/plugins/seachart
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/build.xml

    r32371 r32679  
    44    <property name="commit.message" value="[Seachart] Publish new release"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="10279"/>
     6    <property name="plugin.main.version" value="10571"/>
    77
    88    <property name="plugin.author" value="Malcolm Herring"/>
  • applications/editors/josm/plugins/seachart/src/seachart/ChartImage.java

    r32394 r32679  
    6161    @Override
    6262    public String getToolTipText() {
     63        return null;
     64    }
     65
     66    @Override
     67    protected Action getAdjustAction() {
    6368        return null;
    6469    }
Note: See TracChangeset for help on using the changeset viewer.