mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
renaming mozbrowser.exe to phoenix.exe and changing profile directory to /Phoenix
This commit is contained in:
parent
a56da94693
commit
7af99a0c3d
@ -43,9 +43,9 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifeq ($(USE_SHORT_LIBNAME), 1)
|
||||
PROGRAM = mozbrowser$(BIN_SUFFIX)
|
||||
PROGRAM = phoenix$(BIN_SUFFIX)
|
||||
else
|
||||
PROGRAM = mozbrowser-bin$(BIN_SUFFIX)
|
||||
PROGRAM = phoenix-bin$(BIN_SUFFIX)
|
||||
endif
|
||||
|
||||
REQUIRES = \
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user