use new utility class for platform info
[jalview.git] / src / jalview / jbgui / GDesktop.java
index 70c5c64..2a7cab8 100755 (executable)
@@ -74,7 +74,7 @@ public class GDesktop
       e.printStackTrace();
     }
 
-    if (!System.getProperty("os.name").startsWith("Mac"))
+    if (!new jalview.util.Platform().isAMac())
     {
       FileMenu.setMnemonic('F');
       inputLocalFileMenuItem.setMnemonic('L');