JAL-4034 change to jalview property name
[jalview.git] / src / jalview / gui / StructureChooser.java
index 9ff181b..246d162 100644 (file)
@@ -354,7 +354,7 @@ public class StructureChooser extends GStructureChooser
         }
       };
     };
-    int threshold = Cache.getDefault("THRESHOLD_WARN_UNIPROT_FETCH",
+    int threshold = Cache.getDefault("UNIPROT_AUTOFETCH_THRESHOLD",
             THRESHOLD_WARN_UNIPROT_FETCH_NEEDED);
     Console.debug("Using Uniprot fetch threshold of " + threshold);
     boolean runThread = false;