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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user