New example file for version 2.3
authoramwaterhouse <Andrew Waterhouse>
Fri, 4 May 2007 10:48:38 +0000 (10:48 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 4 May 2007 10:48:38 +0000 (10:48 +0000)
src/jalview/bin/Jalview.java
src/jalview/gui/Preferences.java

index 5fcd9d0..f0c33a1 100755 (executable)
@@ -304,11 +304,11 @@ public class Jalview
         protocol = "URL";
       }
 
-     // if (file.endsWith(".jar"))
+      if (file.endsWith(".jar"))
       {
-    //    format = "Jalview";
+        format = "Jalview";
       }
-    //  else
+      else
       {
         format = new jalview.io.IdentifyFile().Identify(file, protocol);
       }
index e69492c..b42c342 100755 (executable)
@@ -144,7 +144,7 @@ public class Preferences
 \r
     startupCheckbox.setSelected(Cache.getDefault("SHOW_STARTUP_FILE", true));\r
     startupFileTextfield.setText(Cache.getDefault("STARTUP_FILE",\r
-                                                  "http://www.jalview.org/examples/exampleFile.jar"));\r
+                                                  "http://www.jalview.org/examples/exampleFile2_3.jar"));\r
 \r
     sortby.addItem("No sort");\r
     sortby.addItem("Id");\r