Changeset 4202 in josm
- Timestamp:
- Jul 5, 2011 10:25:10 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/bbox/SlippyMapBBoxChooser.java
r4195 r4202 235 235 Main.warn(ts.getAttributionLinkURL());*/ 236 236 return true; 237 } else if(attrToUBounds .contains(p)) {237 } else if(attrToUBounds != null && attrToUBounds.contains(p)) { 238 238 if(click) 239 239 Desktop.getDesktop().browse(new URI(ts.getTermsOfUseURL()));
Note: See TracChangeset
for help on using the changeset viewer.
