JAL-1926 JAL-2106 fix name for flag controlling addition of secondary structure annot...
[jalview.git] / src / jalview / ext / jmol / JmolParser.java
index a791558..0ce5f9a 100644 (file)
@@ -186,7 +186,7 @@ public class JmolParser extends StructureFile implements JmolStatusListener
           prot.add(chainseq);
         }
 
-        if (StructureImportSettings.isPredictSecondaryStructure())
+        if (StructureImportSettings.isProcessSecondaryStructure())
         {
           createAnnotation(chainseq, chain, ms.at);
         }