added Platform settings separating mouse use of win/mac difference
[jalview.git] / src / jalview / jbgui / GAlignFrame.java
index d1732cf..2b056fc 100755 (executable)
@@ -236,7 +236,7 @@ public class GAlignFrame extends JInternalFrame
       System.err.println(e.toString());
     }
 
-    if (!Platform.isAMacAndNotJS())
+    if (Platform.isWin()) // was "not mac and not JS"
     {
       closeMenuItem.setMnemonic('C');
       outputTextboxMenu.setMnemonic('T');