Changeset 35252 in osm for applications/editors/josm/plugins
- Timestamp:
- 2019-12-13T22:14:48+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor/ButtonDescription.java
r34591 r35252 175 175 String actionName = tr(getLabel()) + " (" + hotkey + ")"; 176 176 177 Icon icon = ImageProvider.getIfAvailable( null,iconName);177 Icon icon = ImageProvider.getIfAvailable(iconName); 178 178 if (icon == null) 179 179 icon = ImageProvider.getIfAvailable("markers", iconName);
Note:
See TracChangeset
for help on using the changeset viewer.