Index: /applications/editors/josm/plugins/mirrored_download/build.xml
===================================================================
--- /applications/editors/josm/plugins/mirrored_download/build.xml	(revision 31286)
+++ /applications/editors/josm/plugins/mirrored_download/build.xml	(revision 31287)
@@ -5,5 +5,5 @@
     <property name="commit.message" value=""/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="7575"/>
+    <property name="plugin.main.version" value="7722"/>
 
     <!-- Configure these properties (replace "..." accordingly).
Index: /applications/editors/josm/plugins/mirrored_download/src/mirrored_download/MirroredDownloadAction.java
===================================================================
--- /applications/editors/josm/plugins/mirrored_download/src/mirrored_download/MirroredDownloadAction.java	(revision 31286)
+++ /applications/editors/josm/plugins/mirrored_download/src/mirrored_download/MirroredDownloadAction.java	(revision 31287)
@@ -123,6 +123,10 @@
         private MirroredDownloadDialog(Component parent) {
             super(parent);
+            cbDownloadOsmData.setSelected(true);
+            cbDownloadGpxData.setSelected(false);
+            cbDownloadNotes.setSelected(false);
             cbDownloadOsmData.setEnabled(false);
             cbDownloadGpxData.setEnabled(false);
+            cbDownloadNotes.setEnabled(false);
             cbStartup.setEnabled(false);
         }
