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

Joe Groff 2010-05-02 22:40:54 -07:00
parent f91e81ada0
commit 703affa6f4
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