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:
parent
8cd3ac46c2
commit
52083c19e0
@ -210,6 +210,7 @@ NS_METHOD nsMenuItem::Create(nsIMenu *aParent,
|
||||
// Create(widget, GetNativeParent(), aLabel, aCommand);
|
||||
aParent->AddMenuItem(this);
|
||||
*/
|
||||
SetLabel(aLabel);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user