Ignore:
Timestamp:
2014-03-05T18:37:26+01:00 (10 years ago)
Author:
stoecker
Message:

see #9778 - use TLS for JOSM website access

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/gpx/ConvertToDataLayerAction.java

    r6453 r6897  
    4343        JPanel msg = new JPanel(new GridBagLayout());
    4444        msg.add(new JLabel(tr("<html>Upload of unprocessed GPS data as map data is considered harmful.<br>If you want to upload traces, look here:</html>")), GBC.eol());
    45         msg.add(new UrlLabel(Main.OSM_WEBSITE + "/traces", 2), GBC.eop());
     45        msg.add(new UrlLabel(Main.getOSMWebsite() + "/traces", 2), GBC.eop());
    4646        if (!ConditionalOptionPaneUtil.showConfirmationDialog("convert_to_data", Main.parent, msg, tr("Warning"), JOptionPane.OK_CANCEL_OPTION, JOptionPane.WARNING_MESSAGE, JOptionPane.OK_OPTION)) {
    4747            return;
Note: See TracChangeset for help on using the changeset viewer.