From ee3af4fc35c0f98b884db798e5135354ac955eb7 Mon Sep 17 00:00:00 2001 From: "mscott%netscape.com" Date: Thu, 10 Jun 1999 07:26:38 +0000 Subject: [PATCH] change the start page. don't point to www.mozilla.org. this is only until #7417 gets fixed. --- mailnews/base/resources/content/shareglue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/base/resources/content/shareglue.js b/mailnews/base/resources/content/shareglue.js index 549baab58aca..f297dc45198a 100644 --- a/mailnews/base/resources/content/shareglue.js +++ b/mailnews/base/resources/content/shareglue.js @@ -35,7 +35,7 @@ function OnLoadMessenger() { messenger.SetWindow(window); window.frames["messagepane"].location = - "http://www.mozilla.org/mailnews/prefs-info.html"; + "http://people.netscape.com/sspitzer/startpage.html"; } function OnUnloadMessenger()