use real dialogs for cookie nag box

git-svn-id: svn://10.0.0.236/trunk@44997 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com 1999-08-28 13:51:59 +00:00
parent e4728bf233
commit c1be945b03

View File

@ -131,7 +131,7 @@ static PRMonitor * cookie_deferLockMonitor = NULL;
static PRThread * cookie_deferLockOwner = NULL;
static int cookie_deferLockCount = 0;
//#define REAL_DIALOG 1
#define REAL_DIALOG 1
/* StrAllocCopy and StrAllocCat should really be defined elsewhere */
#include "plstr.h"