- Timestamp:
- 2013-12-31T12:32:38+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/OsmIdSelectionDialog.java
r6448 r6577 199 199 } 200 200 if (buf.length() <= Main.pref.getInteger("downloadprimitive.max-autopaste-length", 2000)) { 201 tfId.tryToPasteFrom(txt );201 tfId.tryToPasteFrom(txt.replaceAll("[^0-9]+", " ").replaceAll("\\s\\s+", " ")); 202 202 } 203 203 }
Note:
See TracChangeset
for help on using the changeset viewer.