Changeset 2340 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2009-10-28T19:20:59+01:00 (14 years ago)
Author:
Gubaer
Message:

fixed #3801: Download dialog doesn't notice [X] GPS checkbox is checked

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java

    r2332 r2340  
    353353                return;
    354354            }
    355             if (!isDownloadOsmData() && !isDownloadOsmData()) {
     355            if (!isDownloadOsmData() && !isDownloadGpxData()) {
    356356                JOptionPane.showMessageDialog(
    357357                        DownloadDialog.this,
Note: See TracChangeset for help on using the changeset viewer.