Changeset 30400 in osm
- Timestamp:
- 2014-04-16T00:05:35+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/Presets.java
r23189 r30400 47 47 try { 48 48 MirroredInputStream s = new MirroredInputStream(source); 49 InputStream zip = s. getZipEntry("xml","preset");49 InputStream zip = s.findZipEntryInputStream("xml","preset"); 50 50 if(zip != null) { 51 51 zipIconArchive = s.getFile();
Note:
See TracChangeset
for help on using the changeset viewer.