2003/09/26 02:58:11
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:36:48 +0000 (07:36 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:36:48 +0000 (07:36 +0000)
darcs-hash:20040130073648-2ba56-ed5e07cd962f333f5bf1c8ea89ef006a1a274b26.gz

src/org/xwt/Platform.java

index 20f7d80..9216dcb 100644 (file)
@@ -231,13 +231,11 @@ public class Platform {
 
     /** default implementation is Eric Albert's BrowserLauncher.java */
     protected void _newBrowserWindow(String url) {
-        /*
         try {
             edu.stanford.ejalbert.BrowserLauncher.openURL(url);
         } catch (Exception e) {
             Log.log(this, e);
         }
-        */
     }
 
     /** opens a new browser window */