Changeset 28014 in osm for applications/editors/josm/plugins/DirectUpload/src
- Timestamp:
- 2012-03-08T10:48:43+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
r26509 r28014 132 132 } 133 133 visibilityCombo.setSelectedItem(visibility.valueOf(Main.pref.get("directupload.visibility.last-used", visibility.PRIVATE.name())).description); 134 UrlLabel visiUrl = new UrlLabel(tr("http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)")); 134 UrlLabel visiUrl = new UrlLabel(tr("http://wiki.openstreetmap.org/wiki/Visibility_of_GPS_traces"), tr("(What does that mean?)"), 2); 135 135 136 136 // description … … 168 168 169 169 p.add(visibilityLabel, GBC.std().insets(0,10,0,0)); 170 p.add(visiUrl, GBC.eol().insets( 0,10,0,0));170 p.add(visiUrl, GBC.eol().insets(5,10,0,0)); 171 171 p.add(visibilityCombo, GBC.eol()); 172 172
Note:
See TracChangeset
for help on using the changeset viewer.