2002/04/28 06:51:24
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:46:13 +0000 (06:46 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:46:13 +0000 (06:46 +0000)
darcs-hash:20040130064613-2ba56-2801f0c0e883b96feb7defe0776c1377619a0418.gz

src/org/xwt/Platform.java

index 710df27..6c97cae 100644 (file)
@@ -223,6 +223,7 @@ public class Platform {
             if (Log.on) Log.log(Platform.class, "xwt.newBrowserWindow() only supports http and https urls");
             return;
         }
+        if (Log.on) Log.log(Platform.class, "newBrowserWindow, url = " + url);
         platform._newBrowserWindow(url);
     }