Changeset 1392 in josm


Ignore:
Timestamp:
Feb 10, 2009 5:41:07 PM (4 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.