Changeset 34095 in osm for applications/editors/josm/plugins/DirectUpload/src
- Timestamp:
- 2018-03-24T18:17:57+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
r33882 r34095 134 134 } 135 135 visibilityCombo.setSelectedItem(visibility.valueOf(Main.pref.get("directupload.visibility.last-used", visibility.PRIVATE.name())).description); 136 UrlLabel visiUrl = new UrlLabel(tr("http ://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)"), 2);136 UrlLabel visiUrl = new UrlLabel(tr("https://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)"), 2); 137 137 138 138 // description
Note:
See TracChangeset
for help on using the changeset viewer.