Ignore:
Timestamp:
2009-07-11T12:33:24+02:00 (15 years ago)
Author:
Gubaer
Message:

fixed #1361: Relation dialog: "Download inclomplete..." blocks JOSM if OSM does not respond

File:
1 edited

Legend:

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

    r1750 r1764  
    6060
    6161        if(bboxCount == 0) {
    62             JOptionPane.showMessageDialog(Main.parent,
    63                     tr("No data to update found. Have you already opened or downloaded a data layer?"));
     62            JOptionPane.showMessageDialog(
     63                    Main.parent,
     64                    tr("No data to update found. Have you already opened or downloaded a data layer?"),
     65                    tr("No data"),
     66                    JOptionPane.WARNING_MESSAGE
     67            );
    6468            return;
    6569        }
Note: See TracChangeset for help on using the changeset viewer.