Index: trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java	(revision 7807)
+++ trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java	(revision 7808)
@@ -484,6 +484,6 @@
                 return;
             }
-            //TODO: add notes into this logic once they are fully enabled in core
-            if (!isDownloadOsmData() && !isDownloadGpxData()) {
+            if (!isDownloadOsmData() && !isDownloadGpxData() && !isDownloadNotes()) {
+                //TODO: When notes are enabled, change this message to include downloading notes
                 JOptionPane.showMessageDialog(
                         DownloadDialog.this,
