Ticket #10827: note_only_download.patch
| File note_only_download.patch, 907 bytes (added by , 11 years ago) |
|---|
-
src/org/openstreetmap/josm/gui/download/DownloadDialog.java
483 483 ); 484 484 return; 485 485 } 486 //TODO: add notes into this logic once they are fully enabled in core487 if (!isDownloadOsmData() && !isDownloadGpxData()) {486 if (!isDownloadOsmData() && !isDownloadGpxData() && !isDownloadNotes()) { 487 //TODO: When notes are enabled, change this message to include downloading notes 488 488 JOptionPane.showMessageDialog( 489 489 DownloadDialog.this, 490 490 tr("<html>Neither <strong>{0}</strong> nor <strong>{1}</strong> is enabled.<br>"
