use mozilla.org as the main page because the other was too flashy.

This commit is contained in:
pinkerton%netscape.com 1998-12-21 21:53:13 +00:00
parent 31e9aabbbe
commit 6bb466185c

View File

@ -108,7 +108,7 @@ nsViewerApp::nsViewerApp()
{
char * text = PR_GetEnv("NGLAYOUT_HOME");
mStartURL = text ? text : "http://developer.netscape.com/software/communicator/ngl/index.html";
mStartURL = text ? text : "http://www.mozilla.org";
mDelay = 1;
mRepeatCount = 1;