From 52083c19e0c75b22aff92f768e2bea10b66036d3 Mon Sep 17 00:00:00 2001 From: "saari%netscape.com" Date: Fri, 26 Feb 1999 02:45:55 +0000 Subject: [PATCH] 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 --- mozilla/widget/src/mac/nsMenuItem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/widget/src/mac/nsMenuItem.cpp b/mozilla/widget/src/mac/nsMenuItem.cpp index 53d52d7d4f1..a157f4b1698 100644 --- a/mozilla/widget/src/mac/nsMenuItem.cpp +++ b/mozilla/widget/src/mac/nsMenuItem.cpp @@ -210,6 +210,7 @@ NS_METHOD nsMenuItem::Create(nsIMenu *aParent, // Create(widget, GetNativeParent(), aLabel, aCommand); aParent->AddMenuItem(this); */ + SetLabel(aLabel); return NS_OK; }