Changeset 8710 in josm for trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java
- Timestamp:
- 2015-09-01T20:34:28+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPreset.java
r8510 r8710 153 153 /** 154 154 * Called from the XML parser to set the icon. 155 * Th istask is performed in the background in order to speedup startup.155 * The loading task is performed in the background in order to speedup startup. 156 156 */ 157 157 public void setIcon(final String iconName) { 158 158 this.iconName = iconName; 159 if (!TaggingPresetReader.isLoadIcons()) { 160 return; 161 } 159 162 File arch = TaggingPresetReader.getZipIcons(); 160 163 final Collection<String> s = Main.pref.getCollection("taggingpreset.icon.sources", null);
Note:
See TracChangeset
for help on using the changeset viewer.