Changeset 35496 in osm for applications/editors/josm


Ignore:
Timestamp:
2020-06-28T14:21:23+02:00 (5 years ago)
Author:
klumbumbus
Message:

fix #josm19446 - Update file extension

Location:
applications/editors/josm/plugins/reverter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reverter/build.xml

    r35487 r35496  
    44    <property name="commit.message" value="Reverter: fix deleted/redacted relation members"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="16567"/>
     6    <property name="plugin.main.version" value="16719"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/reverter/src/reverter/ChangesetIdQuery.java

    r34946 r35496  
    104104    public void setupDialog() {
    105105        setContent(panel, false);
    106         setButtonIcons("ok.png", "cancel.png");
     106        setButtonIcons("ok.png", "cancel.svg");
    107107        setDefaultButton(1);
    108108
Note: See TracChangeset for help on using the changeset viewer.