зеркало из https://github.com/mozilla/pjs.git
Missed an instance of 'false' earlier. Fixes AIX and Solaris builds.
This commit is contained in:
Родитель
fe8f8da5c1
Коммит
63241d78cf
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче