Ignore:
Timestamp:
2013-11-28T23:33:10+01:00 (10 years ago)
Author:
simon04
Message:

see #9341 - provide utility methods to open URL + decompress stream if needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/Version.java

    r6317 r6421  
    236236        }
    237237        String result = "JOSM/1.5 ("+ s+" "+LanguageInfo.getJOSMLocaleCode()+")";
    238         if (includeOsDetails) {
     238        if (includeOsDetails && Main.platform != null) {
    239239            result += " " + Main.platform.getOSDescription();
    240240        }
Note: See TracChangeset for help on using the changeset viewer.