Ignore:
Timestamp:
2013-08-11T23:47:22+02:00 (13 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/GettingStarted.java

    r6084 r6143  
    152152
    153153    private String fixImageLinks(String s) {
    154         Matcher m = Pattern.compile("src=\"http://josm.openstreetmap.de/browser/trunk(/images/.*?\\.png)\\?format=raw\"").matcher(s);
     154        Matcher m = Pattern.compile("src=\""+Main.JOSM_WEBSITE+"/browser/trunk(/images/.*?\\.png)\\?format=raw\"").matcher(s);
    155155        StringBuffer sb = new StringBuffer();
    156156        while (m.find()) {
Note: See TracChangeset for help on using the changeset viewer.