Changeset 7808 in josm for trunk/src/org


Ignore:
Timestamp:
2014-12-16T16:05:09+01:00 (9 years ago)
Author:
bastiK
Message:

applied #10827 - Cannot download only notes (patch by ToeBee)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java

    r7722 r7808  
    484484                return;
    485485            }
    486             //TODO: add notes into this logic once they are fully enabled in core
    487             if (!isDownloadOsmData() && !isDownloadGpxData()) {
     486            if (!isDownloadOsmData() && !isDownloadGpxData() && !isDownloadNotes()) {
     487                //TODO: When notes are enabled, change this message to include downloading notes
    488488                JOptionPane.showMessageDialog(
    489489                        DownloadDialog.this,
Note: See TracChangeset for help on using the changeset viewer.