Changeset 35548 in osm for applications/editors/josm/plugins/DirectUpload
- Timestamp:
- 2020-09-21T18:38:31+02:00 (4 years ago)
- 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 13 13 <property name="plugin.class" value="org.openstreetmap.josm.plugins.DirectUpload.UploadDataGuiPlugin"/> 14 14 <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"/> 16 16 <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/User:Subhodip/GSoC_Doc#DirectUpload_Plugin_in_JOSM_:"/> 17 17 <!--<property name="plugin.early" value="..."/>--> -
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
r35499 r35548 111 111 initTitleAndDescriptionFromGpxData(gpxData); // this is changing some dialog elements, so it (probably) must be before the following 112 112 setContent(content); 113 setButtonIcons(new String[] { " uploadtrace", "cancel" });113 setButtonIcons(new String[] { "UploadAction", "cancel" }); 114 114 setupDialog(); 115 115
Note:
See TracChangeset
for help on using the changeset viewer.