tools.deploy.shaker: adjust fallback error handler message so it looks better in a Win32 MessageBox

db4
Joe Groff 2010-05-02 22:40:54 -07:00
parent 7e2d32b7d2
commit 8e33230039
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
USING: namespaces tools.deploy.config fry sequences system kernel ui ui.gadgets.worlds ;
deploy-name get "Factor" or '[
_ " encountered an unhandled error." append
"The application will now exit."
_ " encountered an error." append
"The application encountered an error it cannot recover from and will now exit."
system-alert die
] ui-error-hook set-global