JAL-1522 make installation default 'applet' for the applet
[jalview.git] / 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)