Ignore:
Timestamp:
2013-08-11T23:47:22+02:00 (11 years ago)
Author:
Don-vip
Message:

see #8885 - cleanup in command line arguments and website URL handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPresetReader.java

    r6139 r6143  
    7575
    7676        if (validate) {
    77             parser.startWithValidation(in, "http://josm.openstreetmap.de/tagging-preset-1.0", "resource://data/tagging-preset.xsd");
     77            parser.startWithValidation(in, Main.JOSM_WEBSITE+"/tagging-preset-1.0", "resource://data/tagging-preset.xsd");
    7878        } else {
    7979            parser.start(in);
Note: See TracChangeset for help on using the changeset viewer.