fix for 20848;getting rid of document done status text;sr=sspitzer

git-svn-id: svn://10.0.0.236/branches/ISHMAIL_1_0_BRANCH@132513 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
varada%netscape.com
2002-10-25 06:48:25 +00:00
parent a273d10da1
commit 64af345fcf

View File

@@ -4662,9 +4662,11 @@ nsresult nsEditorShell::EndPageLoad(nsIDOMWindow *aDOMWindow,
return NS_ERROR_ABORT;
}
nsAutoString doneText;
GetBundleString(NS_LITERAL_STRING("LoadingDone"), doneText);
SetChromeAttribute(mDocShell, "statusText", NS_LITERAL_STRING("label"), doneText);
if (!mMailCompose) {
nsAutoString doneText;
GetBundleString(NS_LITERAL_STRING("LoadingDone"), doneText);
SetChromeAttribute(mDocShell, "statusText", NS_LITERAL_STRING("label"), doneText);
}
//
// By this time, we know that the page did not contain any frames