Ignore:
Timestamp:
2009-07-26T10:58:59+02:00 (15 years ago)
Author:
stoecker
Message:

fix #3084 - patch by Pieren

File:
1 edited

Legend:

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

    r1825 r1849  
    447447    }
    448448
    449     protected static void determinePlatformHook() {
     449    public static void determinePlatformHook() {
    450450        String os = System.getProperty("os.name");
    451451        if (os == null) {
Note: See TracChangeset for help on using the changeset viewer.