Ignore:
Timestamp:
2009-09-08T23:26:39+02:00 (15 years ago)
Author:
guggis
Message:

Replaced deprecated method on ExtendedDialog

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

Legend:

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

    r16583 r17532  
    2626                <attribute name="Plugin-Description" value="This plugin directly upload GPS Traces from current active layer in JOSM to openstreetmap.org."/>
    2727                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:"/>
    28                 <attribute name="Plugin-Mainversion" value="1813"/>
     28                <attribute name="Plugin-Mainversion" value="2082"/>
    2929                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    3030            </manifest>
  • applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java

    r17401 r17532  
    121121        JPanel content = initComponents();
    122122        autoSelectTrace();
    123 
    124         setupDialog(content, new String[] { "uploadtrace.png", "cancel.png" });
     123        setContent(content);
     124        setButtonIcons(new String[] { "uploadtrace.png", "cancel.png" });
     125        setupDialog();
    125126
    126127        buttons.get(0).setEnabled(!checkForGPXLayer());
Note: See TracChangeset for help on using the changeset viewer.