From 6bb466185c937d173e0df74763d832ecdd2c09cb Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Mon, 21 Dec 1998 21:53:13 +0000 Subject: [PATCH] use mozilla.org as the main page because the other was too flashy. --- xpfe/xpviewer/src/nsViewerApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/xpviewer/src/nsViewerApp.cpp b/xpfe/xpviewer/src/nsViewerApp.cpp index d6016613f9e6..fbae4b7237d5 100644 --- a/xpfe/xpviewer/src/nsViewerApp.cpp +++ b/xpfe/xpviewer/src/nsViewerApp.cpp @@ -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;