From 8e3323003915734fb9cb75c97090cdeb3577a299 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Sun, 2 May 2010 22:40:54 -0700 Subject: [PATCH] tools.deploy.shaker: adjust fallback error handler message so it looks better in a Win32 MessageBox --- basis/tools/deploy/shaker/strip-ui-error-hook.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/tools/deploy/shaker/strip-ui-error-hook.factor b/basis/tools/deploy/shaker/strip-ui-error-hook.factor index 2525145828..0664dc5e8e 100644 --- a/basis/tools/deploy/shaker/strip-ui-error-hook.factor +++ b/basis/tools/deploy/shaker/strip-ui-error-hook.factor @@ -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