--- mozilla/browser/app/profile/firefox.js.browser-home-page 2006-08-14 16:43:33 +0400 +++ mozilla/browser/app/profile/firefox.js 2006-08-30 07:49:20 +0400 @@ -48,7 +48,7 @@ #endif #endif -pref("startup.homepage_override_url","chrome://browser-region/locale/region.properties"); +pref("startup.homepage_override_url","resource://browserconfig.properties"); pref("general.startup.browser", true); pref("browser.chromeURL","chrome://browser/content/"); --- mozilla/browser/base/content/browserconfig.properties.browser-home-page 2006-08-14 16:43:33 +0400 +++ mozilla/browser/base/content/browserconfig.properties 2006-08-19 07:54:23 +0400 @@ -1,2 +1,3 @@ # Do NOT localize or otherwise change these values -browser.startup.homepage=http://www.mozilla.org/projects/deerpark/ +browser.startup.homepage=file:///usr/share/doc/HTML/index.html +browser.startup.homepage_reset=file:///usr/share/doc/HTML/index.html --- mozilla/other-licenses/branding/firefox/locales/browserconfig.properties.browser-home-page 2006-08-14 16:43:33 +0400 +++ mozilla/other-licenses/branding/firefox/locales/browserconfig.properties 2006-08-19 07:53:01 +0400 @@ -1,3 +1,3 @@ # Do NOT localize or otherwise change these values -#expand browser.startup.homepage=http://__AB_CD__.start.mozilla.com/firefox?client=firefox-a&rls=__MOZ_DISTRIBUTION_ID_UNQUOTED__:__AB_CD__:official -#expand browser.startup.homepage_reset=http://__AB_CD__.start.mozilla.com/firefox?client=firefox-a&rls=__MOZ_DISTRIBUTION_ID_UNQUOTED__:__AB_CD__:official +#expand browser.startup.homepage=file:///usr/share/doc/HTML/index.html +#expand browser.startup.homepage_reset=file:///usr/share/doc/HTML/index.html