Changeset 7039 in josm for trunk


Ignore:
Timestamp:
2014-05-01T17:49:38+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #9965 - Unwanted warning in upload dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/io/BasicUploadSettingsPanel.java

    r7005 r7039  
    7575                if (HyperlinkEvent.EventType.ACTIVATED.equals(e.getEventType())) {
    7676                    hcbUploadSource.setText(Main.map.mapView.getLayerInformationForSourceTag());
     77                    // Fix #9965
     78                    changesetSourceModel.setComment(hcbUploadSource.getText());
    7779                }
    7880            }
Note: See TracChangeset for help on using the changeset viewer.