Changeset 5253 in josm
- Timestamp:
- 2012-05-31T12:04:31+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintMenu.java
r5141 r5253 24 24 25 25 public MapPaintAction(StyleSource style) { 26 super(style.getDisplayString(), ImageProvider.getIfAvailable(style.icon),26 super(style.getDisplayString(), style.icon == null ? null : ImageProvider.getIfAvailable(style.icon), 27 27 tr("Select the map painting styles"), null, true, "mappaint/" + style.getDisplayString(), true); 28 28 this.button = new StayOpenCheckBoxMenuItem(this);
Note:
See TracChangeset
for help on using the changeset viewer.