replace more mozilla strings with retrozilla

This commit is contained in:
rn10950 2019-02-01 04:11:22 -05:00
parent b0c522d668
commit 3cbb6bcd8b
6 changed files with 11 additions and 11 deletions

View File

@ -46,12 +46,12 @@
static const nsXREAppData kAppData = { static const nsXREAppData kAppData = {
sizeof(nsXREAppData), sizeof(nsXREAppData),
nsnull, nsnull,
"Mozilla", "RetroZilla",
"Firefox", "RetroZilla Suite",
NS_STRINGIFY(APP_VERSION), NS_STRINGIFY(APP_VERSION),
NS_STRINGIFY(BUILD_ID), NS_STRINGIFY(BUILD_ID),
"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", "{ec8030f7-c20a-464f-9b0e-13a3a9e97384}",
"Copyright (c) 1998 - 2007 mozilla.org", "Copyright (c) 1998 - 2019 RetroZilla",
NS_XRE_ENABLE_PROFILE_MIGRATOR | NS_XRE_ENABLE_PROFILE_MIGRATOR |
NS_XRE_ENABLE_EXTENSION_MANAGER NS_XRE_ENABLE_EXTENSION_MANAGER
}; };

View File

@ -112,7 +112,7 @@ if (!defined($official)) {$official="";}
if (!defined($milestone)) {$milestone="";} if (!defined($milestone)) {$milestone="";}
if (!defined($module)) {$module="";} if (!defined($module)) {$module="";}
if (!defined($binary)) {$binary="";} if (!defined($binary)) {$binary="";}
if (!defined($displayname)) {$displayname="Mozilla";} if (!defined($displayname)) {$displayname="RetroZilla";}
if (!defined($depth)) {$depth=".";} if (!defined($depth)) {$depth=".";}
if (!defined($rcinclude)) {$rcinclude="";} if (!defined($rcinclude)) {$rcinclude="";}
if (!defined($objdir)) {$objdir=".";} if (!defined($objdir)) {$objdir=".";}
@ -257,8 +257,8 @@ if ($official eq "1") {
} }
my $copyright = "License: MPL 1.1/GPL 2.0/LGPL 2.1"; my $copyright = "License: MPL 1.1/GPL 2.0/LGPL 2.1";
my $company = "Mozilla Foundation"; my $company = "RetroZilla";
my $trademarks = "Mozilla"; my $trademarks = "RetroZilla";
my $productname = $displayname; my $productname = $displayname;

View File

@ -283,9 +283,9 @@ const char *const stateLabels[] = {
// TEMPORARY HARD CODED FUNCTIONS // TEMPORARY HARD CODED FUNCTIONS
/////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////
#ifdef XP_WIN #ifdef XP_WIN
static char *XP_AppCodeName = "Mozilla"; static char *XP_AppCodeName = "RetroZilla";
#else #else
static const char *XP_AppCodeName = "Mozilla"; static const char *XP_AppCodeName = "RetroZilla";
#endif #endif
#define NET_IS_SPACE(x) ((x)==' ' || (x)=='\t') #define NET_IS_SPACE(x) ((x)==' ' || (x)=='\t')

View File

@ -462,7 +462,7 @@ NS_CreateNativeAppSupport( nsINativeAppSupport **aResult ) {
} }
// Constants // Constants
#define MOZ_DDE_APPLICATION "Mozilla" #define MOZ_DDE_APPLICATION "RetroZilla"
#define MOZ_STARTUP_MUTEX_NAME "StartupMutex" #define MOZ_STARTUP_MUTEX_NAME "StartupMutex"
#define MOZ_DDE_START_TIMEOUT 30000 #define MOZ_DDE_START_TIMEOUT 30000
#define MOZ_DDE_STOP_TIMEOUT 15000 #define MOZ_DDE_STOP_TIMEOUT 15000

View File

@ -848,7 +848,7 @@ void nsSpecialSystemDirectory::operator = (SystemDirectories aSystemSystemDirect
GetCurrentProcessDirectory(*this); GetCurrentProcessDirectory(*this);
else else
*this = tPath; *this = tPath;
PrfWriteProfileString(HINI_USERPROFILE, "Mozilla", "Home", *this); PrfWriteProfileString(HINI_USERPROFILE, "RetroZilla", "Home", *this);
break; break;
} }

View File

@ -53,7 +53,7 @@ BITMAP IDB_SPLASH "splash.bmp"
STRINGTABLE DISCARDABLE STRINGTABLE DISCARDABLE
BEGIN BEGIN
ID_DDE_APPLICATION_NAME, "Mozilla" ID_DDE_APPLICATION_NAME, "RetroZilla"
END END
#ifdef MOZ_STATIC_BUILD #ifdef MOZ_STATIC_BUILD