Changeset 6143 in josm for trunk/src/org/openstreetmap/josm/gui/help
- Timestamp:
- 2013-08-11T23:47:22+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/help/HelpUtil.java
r5916 r6143 24 24 */ 25 25 static public String getWikiBaseUrl() { 26 return Main.pref.get("help.baseurl", "http://josm.openstreetmap.de");26 return Main.pref.get("help.baseurl", Main.JOSM_WEBSITE); 27 27 } 28 28
Note:
See TracChangeset
for help on using the changeset viewer.