From 59ee964c75591fb6a0a25335f06f2327cfd03130 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:51:25 +0000 Subject: [PATCH] 2003/02/12 06:37:31 darcs-hash:20040130065125-2ba56-473b96839f8f9d1214a101cce3c3697db871b3a1.gz --- src/org/xwt/builtin/splash.xwt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/org/xwt/builtin/splash.xwt b/src/org/xwt/builtin/splash.xwt index d710179..dcbc66c 100644 --- a/src/org/xwt/builtin/splash.xwt +++ b/src/org/xwt/builtin/splash.xwt @@ -44,7 +44,10 @@ } catch (e) { $status.text = "Error: " + e; - if ($status.text.substring(0, 13) == "Error: Error:") $status.text = $status.text.substring(7); + if ($status.text.substring(0, 13) == "Error: Error:") { + $status.text = $status.text.substring(7) + + " (press Esc to quit)"; + } } } -- 1.7.10.4