Changeset 32499 in osm for applications
- Timestamp:
- 2016-07-01T20:06:53+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagewaypoint/src/org/insignificant/josm/plugins/imagewaypoint/ImageWayPointLayer.java
r22547 r32499 68 68 super(tr("Imported Images")); 69 69 70 Main. main.addLayer(this);70 Main.getLayerManager().addLayer(this); 71 71 72 72 this.layerMouseListener = new ImageWayPointMouseListener(this);
Note:
See TracChangeset
for help on using the changeset viewer.