Changeset 30084 in osm for applications/editors/josm/plugins
- Timestamp:
- 2013-11-24T16:13:47+01:00 (12 years ago)
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/DataSetCategory.javar28044 r30084 31 31 32 32 public DataSetCategory(String name, String iconName) { 33 this(name, iconName != null && !iconName.isEmpty() ? OdUtils.getImageIcon(iconName) : null); 33 this(name, iconName != null && !iconName.isEmpty() ? OdUtils.getImageIcon(iconName, true) : null); 34 34 } 35 35 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
