mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-15 06:20:41 +00:00
Fixed winfe bustage, morse's whitespace clobber..
This commit is contained in:
parent
0cbb6709d0
commit
b930216dcc
@ -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
|
||||
|
||||
}
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user