Fixed winfe bustage, morse's whitespace clobber..

This commit is contained in:
dfm%netscape.com 1998-07-20 21:13:09 +00:00
Родитель 0cbb6709d0
Коммит b930216dcc
1 изменённых файлов: 8 добавлений и 3 удалений

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

@ -50,9 +50,9 @@
#elif defined(JAVA)
#include "java.h"
#endif
//ifdef PRIVACY_POLICIES
#ifdef PRIVACY_POLICIES
#include "privacy.h"
//#endif
#endif
// for whitebox testing
//#define DEBUG_WHITEBOX
@ -2375,8 +2375,13 @@ void CGenericFrame::OnDisplayPrivacyReceipts()
void CGenericFrame::OnDisplayPrivacyTutorial()
{
// GetMainContext()->NormalGetUrl("file:///c|/My Documents");
#ifdef PRIVACY_POLICIES
GetMainContext()->NormalGetUrl(PRVCY_TutorialURL());
#else
GetMainContext()->NormalGetUrl(
"http://people.netscape.com/morse/privacy/index.html");
#endif
}
//////////////////////////////////////////////////////////////////////////////