Changeset 28506 in osm for applications/editors/josm
- Timestamp:
- 2012-07-23T19:59:15+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wikipedia/src/org/wikipedia/WikipediaApp.java
r28488 r28506 256 256 public String getBrowserUrl() { 257 257 if (getHrefFromDescription() != null) { 258 return getHrefFromDescription() ;258 return getHrefFromDescription().replace(" ", "_"); 259 259 } else { 260 260 return "http://" + wikipediaLang + ".wikipedia.org/wiki/"
Note:
See TracChangeset
for help on using the changeset viewer.