reversing inadvertent removal of dynamic menubar

git-svn-id: svn://10.0.0.236/trunk@40779 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
1999-07-23 02:37:14 +00:00
parent 34fe243aec
commit e3e2b710a5

View File

@@ -1803,7 +1803,7 @@ nsWebShellWindow::OnEndDocumentLoad(nsIDocumentLoader* loader,
contextMenuTest = FindNamedDOMNode(nsAutoString("contextmenu"), window, endCount, 1);
// End Context Menu test
#else
//DynamicLoadMenus(menubarDOMDoc, mWindow);
DynamicLoadMenus(menubarDOMDoc, mWindow);
#endif
}