From: megacz Date: Fri, 30 Jan 2004 06:51:25 +0000 (+0000) Subject: 2003/02/12 06:37:31 X-Git-Tag: RC3~1482 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=59ee964c75591fb6a0a25335f06f2327cfd03130 2003/02/12 06:37:31 darcs-hash:20040130065125-2ba56-473b96839f8f9d1214a101cce3c3697db871b3a1.gz --- 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)"; + } } }