- Timestamp:
- 2009-09-26T14:10:43+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java
r2172 r2195 116 116 return; // no data retrieved 117 117 if (dataSet.allPrimitives().isEmpty()) { 118 //progressMonitor.setErrorMessage(tr("No data imported."));118 progressMonitor.setErrorMessage(tr("No data found in this area.")); 119 119 // need to synthesize a download bounds lest the visual indication of downloaded 120 120 // area doesn't work
Note:
See TracChangeset
for help on using the changeset viewer.