firefox now default for unixen.
authorjprocter <Jim Procter>
Sun, 5 Jun 2005 17:36:38 +0000 (17:36 +0000)
committerjprocter <Jim Procter>
Sun, 5 Jun 2005 17:36:38 +0000 (17:36 +0000)
src/jalview/util/BrowserLauncher.java

index 685e92f..a36ea27 100755 (executable)
@@ -469,8 +469,8 @@ public class BrowserLauncher {
                         default:
                                 browser = jalview.bin.Cache.applicationProperties.getProperty("jalview.browser");
                                 if (browser==null) {
-                                  // hope netscape exists :-/
-                                  browser = "netscape";
+                                  // hope firefox exists :-/
+                                  browser = "firefox";
                                 }
                                 break;
                 }
@@ -561,7 +561,7 @@ public class BrowserLauncher {
                                 }
                                 break;
                         case OTHER:
-                                // Assume that we're on Unix and that Netscape is installed
+                                // Assume that we're on Unix and that Netscape (actually Firefox) is installed
 
                                 // First, attempt to open the URL in a currently running session of Netscape
                                 process = Runtime.getRuntime().exec(new String[] { (String) browser,