Changeset 31152 in osm


Ignore:
Timestamp:
2015-05-25T13:30:20+02:00 (9 years ago)
Author:
stoecker
Message:

fix build failure

Location:
applications/editors/josm/plugins/sds
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/sds/build.xml

    r30764 r31152  
    55    <property name="commit.message" value=""/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="7656"/>
     7    <property name="plugin.main.version" value="8415"/>
    88
    99    <!--
  • applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsApi.java

    r30738 r31152  
    484484
    485485                if (activeConnection.getResponseCode() == HttpURLConnection.HTTP_PROXY_AUTH)
    486                     throw new OsmTransferCanceledException();
     486                    throw new OsmTransferCanceledException(tr("Proxy Authentication Required"));
    487487
    488488                String encoding = activeConnection.getContentEncoding();
Note: See TracChangeset for help on using the changeset viewer.