Changeset 35499 in osm for applications/editors/josm/plugins/terracer
- Timestamp:
- 2020-06-29T11:30:41+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/terracer/src/org/openstreetmap/josm/plugins/terracer/HouseNumberInputDialog.java
r34584 r35499 108 108 JPanel content = getInputPanel(); 109 109 setContent(content); 110 setButtonIcons(new String[] {"ok .png", "cancel.png" });110 setButtonIcons(new String[] {"ok", "cancel" }); 111 111 getJContentPane(); 112 112 initialize();
Note:
See TracChangeset
for help on using the changeset viewer.