(215094) - here comes profile automigration. Also, change name of Phoenix profile folder to "Firefox". Ensure migration UI is opened modally from automigration system to prevent additional profiles being created by profile startup.

git-svn-id: svn://10.0.0.236/trunk@153549 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com
2004-03-05 00:42:05 +00:00
parent 4046d2d865
commit c86f2e0aec
4 changed files with 18 additions and 10 deletions

View File

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