Changeset 979 in josm
- Timestamp:
- 2008-09-17T01:12:45+02:00 (16 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui/download
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
r806 r979 88 88 // predefined download selections 89 89 downloadSelections.add(new BoundingBoxSelection()); 90 downloadSelections.add(new TileSelection()); 90 91 downloadSelections.add(new BookmarkSelection()); 91 92 downloadSelections.add(new WorldChooser());
Note:
See TracChangeset
for help on using the changeset viewer.