Changeset 3853 in josm for trunk/src/org
- Timestamp:
- 2011-02-04T20:47:53+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintStyles.java
r3848 r3853 92 92 if (zip != null) { 93 93 style = new XmlStyleSource(entry); 94 styles.add(style); 94 95 continue; 95 96 } … … 97 98 if (zip != null) { 98 99 style = new MapCSSStyleSource(entry); 100 styles.add(style); 99 101 continue; 100 102 }
Note:
See TracChangeset
for help on using the changeset viewer.