Changeset 7602 in josm
- Timestamp:
- 2014-10-06T19:17:30+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/MapPaintMenu.java
r7005 r7602 33 33 34 34 public MapPaintAction(StyleSource style) { 35 super(style.getDisplayString(), style. icon == null ? null : ImageProvider.getIfAvailable(style.icon),35 super(style.getDisplayString(), style.getIcon(), 36 36 tr("Select the map painting styles"), null, true, "mappaint/" + style.getDisplayString(), true); 37 37 this.button = new StayOpenCheckBoxMenuItem(this);
Note:
See TracChangeset
for help on using the changeset viewer.