Move profile stuff out of mailnews.

git-svn-id: svn://10.0.0.236/trunk@30386 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com 1999-05-05 05:59:04 +00:00
parent 77872869ec
commit 72de9099b6

View File

@ -361,7 +361,7 @@ int main(int argc, char* argv[])
char* profileName = nsnull;
profileService->GetCurrentProfile(&profileName);
if (profileName && strcmp(profileName, "default") == 0)
urlstr = "resource:/res/mailnews/messenger/cpw.xul";
urlstr = "resource:/res/profile/cpw.xul";
}
}