Changeset 35499 in osm for applications/editors/josm/plugins/DirectUpload/src
- Timestamp:
- 2020-06-29T11:30:41+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
r35221 r35499 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 .png", "cancel.png" });113 setButtonIcons(new String[] { "uploadtrace", "cancel" }); 114 114 setupDialog(); 115 115
Note:
See TracChangeset
for help on using the changeset viewer.