JAL-1522 make installation default 'applet' for the applet
authorJim Procter <jprocter@issues.jalview.org>
Mon, 7 Sep 2015 12:06:06 +0000 (13:06 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Mon, 7 Sep 2015 12:06:06 +0000 (13:06 +0100)
src/jalview/bin/JalviewLite.java

index 9aa5735..c7f4e30 100644 (file)
@@ -1289,7 +1289,7 @@ public class JalviewLite extends Applet implements
     {
       builddate = "unknown";
       version = "test";
-      installation = "Webstart";
+      installation = "applet";
       java.net.URL url = JalviewLite.class
               .getResource("/.build_properties");
       if (url != null)