Index: /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/Presets.java
===================================================================
--- /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/Presets.java	(revision 30399)
+++ /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/preset/Presets.java	(revision 30400)
@@ -47,5 +47,5 @@
             try {
                 MirroredInputStream s = new MirroredInputStream(source);
-                InputStream zip = s.getZipEntry("xml","preset");
+                InputStream zip = s.findZipEntryInputStream("xml","preset");
                 if(zip != null) {
                     zipIconArchive = s.getFile();
