remove annoying "unknown error" dialog. b=131399, r=dougt, sr=bienvenu, a=asa

This commit is contained in:
darin%netscape.com 2002-03-19 00:06:31 +00:00
Родитель 4766631e24
Коммит e0437f1e08
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -28,4 +28,3 @@ repost=The page you are trying to view contains POSTDATA that has expired from c
repostConfirm=The page you are trying to view contains POSTDATA. If you resend the data, any action the form carried out (such as a search or online purchase) will be repeated. To resend the data, click OK. Otherwise, click Cancel.
unknownSocketType=This document cannot be displayed unless you install the Personal Security Manager (PSM). Download and install PSM and try again, or contact your system administrator.
netReset=The document contains no data.
unknownError=An unknown error occured while attempting to load the requested page.

Просмотреть файл

@ -1029,11 +1029,6 @@ nsresult nsWebShell::EndPageLoad(nsIWebProgress *aProgress,
// before we could read any data from it
errorStr = "netReset";
break;
case NS_BINDING_ABORTED:
break;
default:
errorStr = "unknownError";
break;
}
if (errorStr) {
nsCOMPtr<nsIPrompt> prompter;