Yet another instance of 'false' in XP code. Please return to using PR_FALSE.

This commit is contained in:
bruce%cybersight.com 1999-04-27 01:44:07 +00:00
parent 3828abdb73
commit 51ae12548f

View File

@ -305,7 +305,7 @@ NS_METHOD nsMenuItem::GetNativeData(void *& aData)
//-------------------------------------------------------------------------
NS_METHOD nsMenuItem::AddMenuListener(nsIMenuListener * aMenuListener)
{
NS_ASSERTION(false, "we should never get here");
NS_ASSERTION(PR_FALSE, "we should never get here");
NS_IF_RELEASE(mXULCommandListener);
NS_IF_ADDREF(aMenuListener);
mXULCommandListener = aMenuListener;