From: megacz Date: Fri, 30 Jan 2004 07:40:55 +0000 (+0000) Subject: 2003/11/03 06:33:51 X-Git-Tag: RC3~377 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=c328b9de1002bcb11b32027f1072d487ffae0f22 2003/11/03 06:33:51 darcs-hash:20040130074055-2ba56-253c60a2a7f147f8303ecf1810bf917d0fa42a3a.gz --- diff --git a/src/org/xwt/builtin/splash.xwt b/src/org/xwt/builtin/splash.xwt index f6737ed..6294636 100644 --- a/src/org/xwt/builtin/splash.xwt +++ b/src/org/xwt/builtin/splash.xwt @@ -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;