sync with nsString2

git-svn-id: svn://10.0.0.236/trunk@30523 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rickg%netscape.com
1999-05-06 06:47:15 +00:00
parent 9be1674b24
commit 30880da7dd

View File

@@ -221,7 +221,7 @@ nsresult nsMsgAppCore::SetDocumentCharset(class nsString const & aCharset)
{
// Set a default charset of the webshell.
if (nsnull != mWebShell) {
mWebShell->SetDefaultCharacterSet(aCharset);
mWebShell->SetDefaultCharacterSet(aCharset.GetUnicode());
}
return NS_OK;
}