From 0f014f1c5317a2fcabdc5e9140a28269b42cfa0d Mon Sep 17 00:00:00 2001 From: "ssu%netscape.com" Date: Sun, 14 May 2000 19:08:41 +0000 Subject: [PATCH] fixing bug #37232. removed Pr2/b2 from mozilla description. not part of tinderbox builds. affects only windows platforms. --- xpinstall/packager/windows/config.it | 2 +- xpinstall/packager/windows/makeall.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xpinstall/packager/windows/config.it b/xpinstall/packager/windows/config.it index af7fb56a0e26..beb0cbd0a925 100644 --- a/xpinstall/packager/windows/config.it +++ b/xpinstall/packager/windows/config.it @@ -60,7 +60,7 @@ Default Setup Type=Setup Type 0 ; Default Font Size is 32 ; Default Font Color is WHITE (of BLACK and GREEN) ; Default Font Shadow is TRUE -Setup Title0=$ProductName$ Pr2 Setup +Setup Title0=$ProductName$ Setup Setup Title0 Font Size= Setup Title0 Font Color= Setup Title0 Font Shadow=TRUE diff --git a/xpinstall/packager/windows/makeall.pl b/xpinstall/packager/windows/makeall.pl index d1b70dfbbe8e..7d1b166ac80d 100644 --- a/xpinstall/packager/windows/makeall.pl +++ b/xpinstall/packager/windows/makeall.pl @@ -53,7 +53,7 @@ $seiFileNameSpecific = "mozilla-win32-installer.exe"; $seuFileNameSpecific = "MozillaUninstall.exe"; # set environment vars for use by other .pl scripts called from this script. -$ENV{WIZ_userAgent} = "5.0b2 (en)"; +$ENV{WIZ_userAgent} = "5.0a1 (en)"; $ENV{WIZ_nameCompany} = "Mozilla"; $ENV{WIZ_nameProduct} = "Mozilla Seamonkey"; $ENV{WIZ_fileMainExe} = "Mozilla.exe";