Changeset 24292 in osm for applications/editors
- Timestamp:
- 2010-11-17T12:31:42+01:00 (14 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/PicLayerAbstract.java
r23190 r24292 42 42 43 43 import org.openstreetmap.josm.Main; 44 import org.openstreetmap.josm.actions.RenameLayerAction; 44 45 import org.openstreetmap.josm.data.Bounds; 45 46 import org.openstreetmap.josm.data.coor.EastNorth; … … 156 157 new SavePictureCalibrationAction(this), 157 158 new LoadPictureCalibrationAction(this), 159 SeparatorLayerAction.INSTANCE, 160 new RenameLayerAction(null,this) 158 161 }; 159 162 }
Note:
See TracChangeset
for help on using the changeset viewer.