use real dialogs for cookie nag box

This commit is contained in:
morse%netscape.com 1999-08-28 13:51:59 +00:00
parent 22eb3e7a57
commit a23ca3a0ff

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"