Actually do menu creation on the create call.

Commented out SetLabel in nsWebShellWindow::LoadMenuItem


git-svn-id: svn://10.0.0.236/trunk@22034 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
saari%netscape.com 1999-02-26 02:45:55 +00:00
parent 8cd3ac46c2
commit 52083c19e0

View File

@ -210,6 +210,7 @@ NS_METHOD nsMenuItem::Create(nsIMenu *aParent,
// Create(widget, GetNativeParent(), aLabel, aCommand);
aParent->AddMenuItem(this);
*/
SetLabel(aLabel);
return NS_OK;
}