Ignore:
Timestamp:
2014-01-01T11:57:38+01:00 (12 years ago)
Author:
bastiK
Message:

fixed #9505 - Defaults for osm-server.url differ = !null

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ExceptionUtil.java

    r6362 r6582  
    5252        String msg = tr(
    5353                "<html>Failed to initialize communication with the OSM server {0}.<br>"
    54                 + "Check the server URL in your preferences and your internet connection.", Main.pref.get(
    55                         "osm-server.url", OsmApi.DEFAULT_API_URL));
     54                + "Check the server URL in your preferences and your internet connection.",
     55                Main.pref.get("osm-server.url", OsmApi.DEFAULT_API_URL));
    5656        return msg;
    5757    }
Note: See TracChangeset for help on using the changeset viewer.