Changeset 7039 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2014-05-01T17:49:38+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/io/BasicUploadSettingsPanel.java
r7005 r7039 75 75 if (HyperlinkEvent.EventType.ACTIVATED.equals(e.getEventType())) { 76 76 hcbUploadSource.setText(Main.map.mapView.getLayerInformationForSourceTag()); 77 // Fix #9965 78 changesetSourceModel.setComment(hcbUploadSource.getText()); 77 79 } 78 80 }
Note:
See TracChangeset
for help on using the changeset viewer.