2003/11/03 06:33:51
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:40:55 +0000 (07:40 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:40:55 +0000 (07:40 +0000)
darcs-hash:20040130074055-2ba56-253c60a2a7f147f8303ecf1810bf917d0fa42a3a.gz

src/org/xwt/builtin/splash.xwt

index f6737ed..6294636 100644 (file)
@@ -15,7 +15,7 @@
             $text.fontsize = 18;
             $text.text = "downloading...";
             fill = xwt.org.xwt.builtin["splash.png"];
-            xwt.frame = thisbox;
+            xwt.window = thisbox;
             x = (xwt.screenWidth - width) / 2;
             y = (xwt.screenHeight - height) / 2;
             var origin = xwt.origin;