зеркало из https://github.com/mozilla/gecko-dev.git
renaming mozbrowser.exe to phoenix.exe and changing profile directory to /Phoenix
This commit is contained in:
Родитель
a56da94693
Коммит
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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче