Changeset 29533 in osm for applications/editors/josm/plugins/editgpx/src/org/openstreetmap
- Timestamp:
- 2013-04-23T13:31:32+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/editgpx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/editgpx
- Property svn:ignore
-
old new 1 1 build 2 bin
-
- Property svn:ignore
-
applications/editors/josm/plugins/editgpx/src/org/openstreetmap/josm/plugins/editgpx/EditGpxLayer.java
r29531 r29533 140 140 } 141 141 142 //context item "Convert to GPX layer" 142 /** 143 * Context item "Convert to GPX layer" 144 */ 143 145 public class ConvertToGpxLayerAction extends AbstractAction { 144 146 public ConvertToGpxLayerAction() { … … 157 159 } 158 160 159 //context item "Convert to GPX layer with anonymised time" 161 /** 162 * Context item "Convert to GPX layer with anonymised time" 163 */ 160 164 public class ConvertToAnonTimeGpxLayerAction extends AbstractAction { 161 165 public ConvertToAnonTimeGpxLayerAction() {
Note:
See TracChangeset
for help on using the changeset viewer.