11128 Title bar of windows not displaying correctly - change name of attribute

git-svn-id: svn://10.0.0.236/trunk@43144 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
davidm%netscape.com
1999-08-11 03:47:00 +00:00
parent 7b1ac0b47a
commit ad7304e632

View File

@@ -2585,7 +2585,7 @@ NS_IMETHODIMP nsWebShellWindow::SetTitle(const PRUnichar* aTitle)
if (webshellElement )
{
webshellElement->GetAttribute("titlemodifier", windowTitleModifier );
webshellElement->GetAttribute("titleseparator", windowSeparator );
webshellElement->GetAttribute("titlemenuseparator", windowSeparator );
}
nsString title( aTitle );