Changeset 8404 in josm for trunk/src/org/openstreetmap/josm/actions/SessionLoadAction.java
- Timestamp:
- 2015-05-21T01:18:35+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SessionLoadAction.java
r7578 r8404 53 53 if (fc == null) return; 54 54 File file = fc.getSelectedFile(); 55 boolean zip = file.getName().toLowerCase().endsWith(".joz");55 boolean zip = Utils.hasExtension(file, "joz"); 56 56 Main.worker.submit(new Loader(file, zip)); 57 57 }
Note:
See TracChangeset
for help on using the changeset viewer.
