param tree replaces treeFile
[jalview.git] / src / jalview / bin / JalviewLite.java
index 373e916..53d55f3 100755 (executable)
@@ -295,7 +295,9 @@ public class JalviewLite extends Applet
               currentAlignFrame.statusBar.setText("Successfully loaded file " + file);\r
 \r
 \r
-                String treeFile = applet.getParameter("treeFile");\r
+                String treeFile = applet.getParameter("tree");\r
+                if(treeFile==null)\r
+                  applet.getParameter("treeFile");\r
                 if (treeFile != null)\r
                 {\r
                   try\r