Ignore:
Timestamp:
2014-04-05T15:27:26+02:00 (10 years ago)
Author:
Don-vip
Message:

see #9897 - refactor OSX stuff

File:
1 edited

Legend:

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

    r6920 r6957  
    15161516        return OSM_WEBSITE;
    15171517    }
     1518
     1519    /**
     1520     * Determines if we are currently running on OSX.
     1521     * @return {@code true} if we are currently running on OSX
     1522     * @since 6957
     1523     */
     1524    public static boolean isPlatformOsx() {
     1525        return Main.platform instanceof PlatformHookOsx;
     1526    }
    15181527}
Note: See TracChangeset for help on using the changeset viewer.