Changeset 32679 in osm
- Timestamp:
- 2016-07-21T02:43:18+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/seachart
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/build.xml
r32371 r32679 4 4 <property name="commit.message" value="[Seachart] Publish new release"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="10 279"/>6 <property name="plugin.main.version" value="10571"/> 7 7 8 8 <property name="plugin.author" value="Malcolm Herring"/> -
applications/editors/josm/plugins/seachart/src/seachart/ChartImage.java
r32394 r32679 61 61 @Override 62 62 public String getToolTipText() { 63 return null; 64 } 65 66 @Override 67 protected Action getAdjustAction() { 63 68 return null; 64 69 }
Note:
See TracChangeset
for help on using the changeset viewer.