Changeset 35548 in osm for applications/editors/josm


Ignore:
Timestamp:
2020-09-21T18:38:31+02:00 (4 years ago)
Author:
Klumbumbus
Message:

change icon to svg and update to current JOSM style

Location:
applications/editors/josm/plugins/DirectUpload
Files:
1 added
2 deleted
2 edited

Legend:

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

    r35221 r35548  
    1313    <property name="plugin.class" value="org.openstreetmap.josm.plugins.DirectUpload.UploadDataGuiPlugin"/>
    1414    <property name="plugin.description" value="This plugin directly upload GPS Traces from current active layer in JOSM to openstreetmap.org."/>
    15     <property name="plugin.icon" value="images/UploadAction.png"/>
     15    <property name="plugin.icon" value="images/UploadAction"/>
    1616    <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:"/>
    1717    <!--<property name="plugin.early" value="..."/>-->
  • applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java

    r35499 r35548  
    111111        initTitleAndDescriptionFromGpxData(gpxData);    // this is changing some dialog elements, so it (probably) must be before the following
    112112        setContent(content);
    113         setButtonIcons(new String[] { "uploadtrace", "cancel" });
     113        setButtonIcons(new String[] { "UploadAction", "cancel" });
    114114        setupDialog();
    115115
Note: See TracChangeset for help on using the changeset viewer.