From 30880da7dd3003fd9e641d6483099de28016aed7 Mon Sep 17 00:00:00 2001 From: "rickg%netscape.com" Date: Thu, 6 May 1999 06:47:15 +0000 Subject: [PATCH] sync with nsString2 git-svn-id: svn://10.0.0.236/trunk@30523 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/base/src/nsMsgAppCore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mailnews/base/src/nsMsgAppCore.cpp b/mozilla/mailnews/base/src/nsMsgAppCore.cpp index c6c08b0f369..8df94fee9b9 100644 --- a/mozilla/mailnews/base/src/nsMsgAppCore.cpp +++ b/mozilla/mailnews/base/src/nsMsgAppCore.cpp @@ -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; }