Changeset 17532 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-09-08T23:26:39+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/DirectUpload
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/build.xml
r16583 r17532 26 26 <attribute name="Plugin-Description" value="This plugin directly upload GPS Traces from current active layer in JOSM to openstreetmap.org."/> 27 27 <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"/> 29 29 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 30 30 </manifest> -
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
r17401 r17532 121 121 JPanel content = initComponents(); 122 122 autoSelectTrace(); 123 124 setupDialog(content, new String[] { "uploadtrace.png", "cancel.png" }); 123 setContent(content); 124 setButtonIcons(new String[] { "uploadtrace.png", "cancel.png" }); 125 setupDialog(); 125 126 126 127 buttons.get(0).setEnabled(!checkForGPXLayer());
Note:
See TracChangeset
for help on using the changeset viewer.