Changeset 24543 in osm for applications/editors/josm
- Timestamp:
- 2010-12-02T23:47:21+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery/src/org/openstreetmap/josm/plugins/imagery/ImageryAdjustAction.java
r24505 r24543 168 168 ); 169 169 diag.setContent(pnl); 170 diag.setButtonIcons(new String[] { "mapmode/adjust wms", "cancel" });170 diag.setButtonIcons(new String[] { "mapmode/adjustimg", "cancel" }); 171 171 diag.showDialog(); 172 172 int decision = diag.getValue();
Note:
See TracChangeset
for help on using the changeset viewer.