Changeset 12707 in osm for applications/editors/josm/plugins/DirectUpload/src/org
- Timestamp:
- 2008-12-31T00:38:51+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
r12601 r12707 254 254 !(Main.map.mapView.getActiveLayer() instanceof GpxLayer)){ 255 255 JOptionPane.showMessageDialog(Main.parent, 256 tr("No G pxLayer selected. Cannot upload a trace.")256 tr("No GPX layer selected. Cannot upload a trace.") 257 257 ); 258 258 return;
Note:
See TracChangeset
for help on using the changeset viewer.