renaming mozbrowser.exe to phoenix.exe and changing profile directory to /Phoenix

git-svn-id: svn://10.0.0.236/trunk@130122 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hewitt%netscape.com
2002-09-20 05:03:16 +00:00
parent 3a681bbd69
commit 1f9fa4268c
2 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ int main(int argc, char* argv[])
{
nsXREAppData appData;
appData.SetSplashEnabled(PR_FALSE);
appData.SetProductName(NS_LITERAL_CSTRING("MozBrowser"));
appData.SetProductName(NS_LITERAL_CSTRING("Phoenix"));
appData.SetUseStartupPrefs(PR_FALSE);
return xre_main(argc, argv, appData);