Ignore:
Timestamp:
22.06.2009 11:48:41 (3 years ago)
Author:
stoecker
Message:

fixed #2744 - server url defaults

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/UploadAction.java

    r1685 r1688  
    552552                tr(   "Failed to initialize communication with the OSM server {0}.\n" 
    553553                        + "Check the server URL in your preferences and your internet connection.", 
    554                         Main.pref.get("osm-server.url") 
     554                        Main.pref.get("osm-server.url", "http://api.openstreetmap.org/api") 
    555555                ), 
    556556                tr("Error"), 
Note: See TracChangeset for help on using the changeset viewer.