Ignore:
Timestamp:
2014-03-21T17:31:18+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by default + other HTTPS links where applicable + update CONTRIBUTION

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/HelpAwareOptionPane.java

    r6889 r6920  
    3939        // Hide default constructor for utils classes
    4040    }
    41    
     41
    4242    public static class ButtonSpec {
    4343        public final String text;
     
    190190     *
    191191     * <code>helpTopic</code> is the trailing part of a JOSM online help URL, i.e. the part after the leading
    192      * <code>http://josm.openstreetmap.de/wiki/Help</code>. It should start with a leading '/' and it
     192     * <code>https://josm.openstreetmap.de/wiki/Help</code>. It should start with a leading '/' and it
    193193     * may include an anchor after a '#'.
    194194     *
Note: See TracChangeset for help on using the changeset viewer.