2003/11/03 06:33:51
[org.ibex.core.git] / 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;