Drop one tee from the XUL attribute 'contenttitlesettting' - Typo pointed out by brendan when reviewing the patch for bug 76567

git-svn-id: svn://10.0.0.236/trunk@93616 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rbs%maths.uq.edu.au
2001-05-02 04:33:05 +00:00
parent 10538d4aa0
commit 8bf48cd4f6
4 changed files with 4 additions and 4 deletions

View File

@@ -637,7 +637,7 @@ void nsContentTreeOwner::XULWindow(nsXULWindow* aXULWindow)
if(docShellElement)
{
docShellElement->GetAttribute(NS_ConvertASCIItoUCS2("contenttitlesettting"), contentTitleSetting);
docShellElement->GetAttribute(NS_ConvertASCIItoUCS2("contenttitlesetting"), contentTitleSetting);
if(contentTitleSetting.EqualsWithConversion("true"))
{
mContentTitleSetting = PR_TRUE;