Missed an instance of 'false' earlier. Fixes AIX and Solaris builds.

This commit is contained in:
bruce%cybersight.com 1999-04-24 07:52:36 +00:00
Родитель fe8f8da5c1
Коммит 63241d78cf
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -246,7 +246,7 @@ NS_METHOD nsMenuItem::Create(nsIPopUpMenu *aParent,
widget = nsnull;
}
Create(widget, GetNativeParent(), aLabel, false);
Create(widget, GetNativeParent(), aLabel, PR_FALSE);
// aParent->AddItem(this);
return NS_OK;