Index: trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java	(revision 1390)
+++ trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java	(revision 1392)
@@ -102,8 +102,8 @@
         // predefined download selections
         downloadSelections.add(new SlippyMapChooser());
+        downloadSelections.add(new BookmarkSelection());
         downloadSelections.add(new BoundingBoxSelection());
+        downloadSelections.add(new PlaceSelection());
         downloadSelections.add(new TileSelection());
-        downloadSelections.add(new BookmarkSelection());
-        downloadSelections.add(new PlaceSelection());
         downloadSelections.add(new WorldChooser());
 
