Backing out changes checked in for Mozilla's 0.9.4 release as part of bug 99441. This backout requested by syd and jband in that bug.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_0_9_4_BRANCH@103625 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gerv%gerv.net
2001-09-24 17:09:16 +00:00
parent 2b8c082913
commit 4c4fc299f7
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
// Default configuration information for the client
//
config("startup.homepage_override_url.1","chrome://navigator-region/locale/region.properties");
config("startup.homepage_override_url","chrome://navigator-region/locale/region.properties");
config("autoadmin.append_emailaddr",false);
config("autoadmin.failover_to_cached",true);

View File

@@ -20,4 +20,4 @@ wallet.Samples=http://www.mozilla.org/wallet/samples/
#config.js
#
startup.homepage_override_url.1=http://www.mozilla.org/start
startup.homepage_override_url=http://www.mozilla.org/start

View File

@@ -156,7 +156,7 @@ static int APP_DEBUG = 0; // Set to 1 in debugger to turn on debugging.
#endif
#define PREF_HOMEPAGE_OVERRIDE_URL "startup.homepage_override_url.1"
#define PREF_HOMEPAGE_OVERRIDE_URL "startup.homepage_override_url"
#define PREF_HOMEPAGE_OVERRIDE "browser.startup.homepage_override.1"
#define PREF_HOMEPAGE_OVERRIDE_MSTONE "browser.startup.homepage_override.mstone"
#define PREF_BROWSER_STARTUP_PAGE "browser.startup.page"