Changeset 16568 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-07-18T19:39:25+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersAddLayerAction.java
r16555 r16568 29 29 tr("Enter a walking-papers.org URL or ID (the bit after the ?id= in the URL)"), 30 30 Main.pref.get("walkingpapers.last-used-id")); 31 32 if (wpid == null || wpid.equals("")) return; 31 33 32 34 // Grab id= from the URL if we need to, otherwise get an ID
Note:
See TracChangeset
for help on using the changeset viewer.