don't pass the exception back in the alert dialog.

that's not useful to the user.
This commit is contained in:
sspitzer%netscape.com 2003-01-14 22:31:39 +00:00
parent 2b3a0c6903
commit dfd8ee084f

View File

@ -1550,7 +1550,7 @@ function ComposeLoad()
catch (ex) {
var errorTitle = sComposeMsgsBundle.getString("initErrorDlogTitle");
var errorMsg = sComposeMsgsBundle.getFormattedString("initErrorDlogMessage",
[ex]);
[""]);
if (gPromptService)
gPromptService.alert(window, errorTitle, errorMsg);
else