Changeset 2335 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2009-10-27T22:43:19+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DownloadAction.java
r2334 r2335 37 37 public void actionPerformed(ActionEvent e) { 38 38 DownloadDialog dialog = DownloadDialog.getInstance(); 39 dialog.restoreSettings(); 39 40 dialog.setVisible(true); 40 41 if (! dialog.isCanceled()) {
Note:
See TracChangeset
for help on using the changeset viewer.