Changeset 2195 in josm


Ignore:
Timestamp:
2009-09-26T14:10:43+02:00 (15 years ago)
Author:
Gubaer
Message:

see #3558: JOSM displays an error when the API request didn't yield any data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java

    r2172 r2195  
    116116                return; // no data retrieved
    117117            if (dataSet.allPrimitives().isEmpty()) {
    118                 //progressMonitor.setErrorMessage(tr("No data imported."));
     118                progressMonitor.setErrorMessage(tr("No data found in this area."));
    119119                // need to synthesize a download bounds lest the visual indication of downloaded
    120120                // area doesn't work
Note: See TracChangeset for help on using the changeset viewer.