Changeset 11531 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-02-03T21:22:56+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/OpenLocationAction.java
r11343 r11531 56 56 * true if the URL needs to be opened in a new layer, false otherwise 57 57 */ 58 private static final BooleanProperty USE_NEW_LAYER = new BooleanProperty("download.newlayer", true);58 private static final BooleanProperty USE_NEW_LAYER = new BooleanProperty("download.newlayer", false); 59 59 protected final transient List<Class<? extends DownloadTask>> downloadTasks; 60 60
Note:
See TracChangeset
for help on using the changeset viewer.