2003/02/12 06:37:31
[org.ibex.core.git] / 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)";
+                }
             }
 
         }