change the start page. don't point to www.mozilla.org. this is only until #7417 gets fixed.

This commit is contained in:
mscott%netscape.com 1999-06-10 07:26:38 +00:00
parent c3a0128e26
commit ee3af4fc35

View File

@ -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()