Changeset 160 in josm for src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java
- Timestamp:
- 2006-10-13T21:49:10+02:00 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/gui/dialogs/SelectionListDialog.java
r155 r160 72 72 try { 73 73 URLConnection con = url.openConnection(); 74 InputStream in = new ProgressInputStream(con); 74 InputStream in = new ProgressInputStream(con, Main.pleaseWaitDlg); 75 75 Main.pleaseWaitDlg.currentAction.setText(tr("Downloading...")); 76 76 Map<Long, String> ids = idReader.parseIds(in);
Note:
See TracChangeset
for help on using the changeset viewer.
