remove debug message
[jalview.git] / src / jalview / gui / SplashScreen.java
index 4801051..2bc4f9e 100755 (executable)
@@ -193,7 +193,7 @@ public class SplashScreen extends JPanel implements Runnable
               "!! Jalview version "
                       + jalview.bin.Cache.getDefault("LATEST_VERSION",
                               "..Checking..")
-                      + " is available for download from http://www.jalview.org !!",
+                      + " is available for download from "+jalview.bin.Cache.getDefault("www.jalview.org","http://www.jalview.org")+" !!",
               50, y += fontSize + 10);
       y += 5;
       g.setColor(Color.black);
@@ -201,7 +201,7 @@ public class SplashScreen extends JPanel implements Runnable
 
     g.setFont(new Font("Verdana", Font.BOLD, fontSize));
     g.drawString(
-            "Authors: Andrew Waterhouse, Jim Procter, Michele Clamp, James Cuff, Steve Searle,",
+            "Authors: Jim Procter, Andrew Waterhouse, Michele Clamp, James Cuff, Steve Searle,",
             50, y += fontSize + 4);
     g.drawString("David Martin & Geoff Barton.", 60, y += fontSize + 4);
     g.drawString(