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/io/remotecontrol/handler/ImportHandler.java

    r6091 r6143  
    5353    @Override
    5454    public String[] getUsageExamples() {
    55         return new String[] { "/import?urlhttp://josm.openstreetmap.de/browser/josm/trunk/data_nodist/direction-arrows.osm" };
     55        return new String[] { "/import?url="+Main.JOSM_WEBSITE+"/browser/josm/trunk/data_nodist/direction-arrows.osm" };
    5656    }
    5757   
Note: See TracChangeset for help on using the changeset viewer.