Ignore:
Timestamp:
2006-10-08T21:45:13+02:00 (18 years ago)
Author:
imi
Message:
  • added possibility to support a locale in .josm/lang/*.jar
  • fixed bug that displayed the layer's context menu at wrong place
File:
1 edited

Legend:

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

    r153 r158  
    262262                        else if (!anySelected)
    263263                                JOptionPane.showMessageDialog(Main.parent,tr("Please select at least one download data type."));
    264                 } while (b == null && anySelected);
     264                } while (b == null || !anySelected);
    265265
    266266                double minlon = b.latlon[0];
Note: See TracChangeset for help on using the changeset viewer.