diff --git a/cmd/winfe/genframe.cpp b/cmd/winfe/genframe.cpp index ef6c16454b24..2ca91577f9b1 100644 --- a/cmd/winfe/genframe.cpp +++ b/cmd/winfe/genframe.cpp @@ -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 + } //////////////////////////////////////////////////////////////////////////////