Ignore:
Timestamp:
2015-04-18T11:55:57+02:00 (11 years ago)
Author:
simon04
Message:

fix #10867 - Notes download: inform user about reaching download limit (2/2)

File:
1 edited

Legend:

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

    r8216 r8217  
    145145                notesData = reader.parseNotes(null, null, subMonitor);
    146146            } catch (BoundingBoxDownloader.MoreNotesException e) {
     147                notesData = e.notes;
    147148                JOptionPane.showMessageDialog(Main.parent, "<html>"
    148149                                + trn("{0} note has been downloaded.", "{0} notes have been downloaded.", e.limit, e.limit)
Note: See TracChangeset for help on using the changeset viewer.