2003/02/12 06:37:31
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:51:25 +0000 (06:51 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:51:25 +0000 (06:51 +0000)
darcs-hash:20040130065125-2ba56-473b96839f8f9d1214a101cce3c3697db871b3a1.gz

src/org/xwt/builtin/splash.xwt

index d710179..dcbc66c 100644 (file)
 
             } 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)";
+                }
             }
 
         }