From c328b9de1002bcb11b32027f1072d487ffae0f22 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:40:55 +0000 Subject: [PATCH] 2003/11/03 06:33:51 darcs-hash:20040130074055-2ba56-253c60a2a7f147f8303ecf1810bf917d0fa42a3a.gz --- src/org/xwt/builtin/splash.xwt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.7.10.4