Changeset 35496 in osm for applications/editors/josm
- Timestamp:
- 2020-06-28T14:21:23+02:00 (5 years ago)
- Location:
- applications/editors/josm/plugins/reverter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/build.xml
r35487 r35496 4 4 <property name="commit.message" value="Reverter: fix deleted/redacted relation members"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="16 567"/>6 <property name="plugin.main.version" value="16719"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/reverter/src/reverter/ChangesetIdQuery.java
r34946 r35496 104 104 public void setupDialog() { 105 105 setContent(panel, false); 106 setButtonIcons("ok.png", "cancel. png");106 setButtonIcons("ok.png", "cancel.svg"); 107 107 setDefaultButton(1); 108 108
Note:
See TracChangeset
for help on using the changeset viewer.