Changeset 16957 in osm for applications/editors/josm/plugins/surveyor/src
- Timestamp:
- 2009-08-10T11:48:59+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/ButtonDescription.java
r13497 r16957 176 176 String actionName = tr(getLabel()) + " (" + hotkey + ")"; 177 177 178 Icon icon = ImageProvider.getIfAvailable("markers",iconName); 178 Icon icon = ImageProvider.getIfAvailable(null,iconName); 179 if (icon == null) 180 icon = ImageProvider.getIfAvailable("markers",iconName); 179 181 if (icon == null) 180 182 icon = ImageProvider.getIfAvailable("symbols",iconName);
Note:
See TracChangeset
for help on using the changeset viewer.