Changeset 2842 in josm for trunk/src/org/openstreetmap/josm/actions/OpenLocationAction.java
- Timestamp:
- 2010-01-13T19:33:42+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/OpenLocationAction.java
r2512 r2842 68 68 69 69 JCheckBox layer = new JCheckBox(tr("Separate Layer")); 70 layer.setToolTipText(tr("Select if the data should be downloaded in a new layer")); 70 layer.setToolTipText(tr("Select if the data should be downloaded into a new layer")); 71 71 layer.setSelected(Main.pref.getBoolean("download.newlayer")); 72 72 JPanel all = new JPanel(new GridBagLayout());
Note:
See TracChangeset
for help on using the changeset viewer.
