Changeset 1392 in josm


Ignore:
Timestamp:
2009-02-10T17:41:07+01:00 (15 years ago)
Author:
stoecker
Message:

changed order of download dialogs

File:
1 edited

Legend:

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

    r1390 r1392  
    102102        // predefined download selections
    103103        downloadSelections.add(new SlippyMapChooser());
     104        downloadSelections.add(new BookmarkSelection());
    104105        downloadSelections.add(new BoundingBoxSelection());
     106        downloadSelections.add(new PlaceSelection());
    105107        downloadSelections.add(new TileSelection());
    106         downloadSelections.add(new BookmarkSelection());
    107         downloadSelections.add(new PlaceSelection());
    108108        downloadSelections.add(new WorldChooser());
    109109
Note: See TracChangeset for help on using the changeset viewer.