JavaScript browser-based JSON parsing
[jalview.git] / src / jalview / jbgui / GAlignFrame.java
index 2b056fc..15d5713 100755 (executable)
@@ -236,7 +236,7 @@ public class GAlignFrame extends JInternalFrame
       System.err.println(e.toString());
     }
 
-    if (Platform.isWin()) // was "not mac and not JS"
+    if (Platform.allowMnemonics()) // was "not mac and not JS"
     {
       closeMenuItem.setMnemonic('C');
       outputTextboxMenu.setMnemonic('T');