Changeset 23191 in osm for applications/editors/josm/plugins/openvisible/src/at
- Timestamp:
- 2010-09-15T18:56:19+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java
r20067 r23191 98 98 e1.printStackTrace(); 99 99 } catch(IllegalDataException e1) { 100 100 e1.printStackTrace(); 101 101 } 102 102 } … … 128 128 JOptionPane.showMessageDialog(Main.parent, tr("Parsing file \"{0}\" failed", file)); 129 129 throw new IllegalStateException(); 130 } 130 } 131 131 r.data.storageFile = file; 132 132 GpxLayer gpxLayer = new GpxLayer(r.data, fn);
Note:
See TracChangeset
for help on using the changeset viewer.