Actually do menu creation on the create call.

This commit is contained in:
saari%netscape.com 1999-02-26 02:45:55 +00:00
Родитель d89d9cc85e
Коммит 41444e6afe
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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