Changeset 35499 in osm for applications/editors/josm/plugins/tracer2
- Timestamp:
- 2020-06-29T11:30:41+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tracer2/src/org/openstreetmap/josm/plugins/tracer2/preferences/ServerParamDialog.java
r34564 r35499 121 121 122 122 contentInsets = new Insets(15, 15, 5, 15); 123 setButtonIcons(new String[] {"ok .png", "cancel.png"});123 setButtonIcons(new String[] {"ok", "cancel"}); 124 124 125 125 m_oTileSize = new JComboBox<>(m_astrTileSize);
Note:
See TracChangeset
for help on using the changeset viewer.