Changeset 35499 in osm for applications/editors/josm/plugins/FastDraw/src
- Timestamp:
- 2020-06-29T11:30:41+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/FastDraw/src/org/openstreetmap/josm/plugins/fastdraw/FastDrawConfigDialog.java
r34948 r35499 107 107 108 108 setContent(all, false); 109 setButtonIcons(new String[] {"ok .png", "cancel.png"});109 setButtonIcons(new String[] {"ok", "cancel"}); 110 110 setToolTipTexts(new String[] { 111 111 tr("Save settings"),
Note:
See TracChangeset
for help on using the changeset viewer.