зеркало из https://github.com/mozilla/gecko-dev.git
71910: Location field for home page in Navigator prefs panel empty
(r=mcafee,sr=alecf). Relocate urls.
This commit is contained in:
Родитель
71061cfcba
Коммит
ed726cd791
|
@ -42,7 +42,7 @@ pref("general.open_location.last_window_choice", 0);
|
|||
|
||||
// 0 = blank, 1 = home (browser.startup.homepage), 2 = last
|
||||
pref("browser.startup.page", 1);
|
||||
pref("browser.startup.homepage", "chrome://navigator/locale/navigator.properties");
|
||||
pref("browser.startup.homepage", "chrome://navigator-region/locale/region.properties");
|
||||
// "browser.startup.homepage_override" was for 4.x
|
||||
pref("browser.startup.homepage_override.1", true);
|
||||
pref("browser.startup.autoload_homepage", true);
|
||||
|
@ -91,7 +91,7 @@ pref("browser.show_about_as_stupid_modal_window", false);
|
|||
pref("browser.download.progressDnldDialog.keepAlive", false); // keep the dnload progress dialog up after dnload is complete
|
||||
|
||||
// various default search settings
|
||||
pref("browser.search.defaulturl", "chrome://navigator/locale/navigator.properties");
|
||||
pref("browser.search.defaulturl", "chrome://navigator-region/locale/region.properties");
|
||||
pref("browser.search.opensidebarsearchpanel", true);
|
||||
pref("browser.search.last_search_category", "NC:SearchCategory?category=urn:search:category:1");
|
||||
pref("browser.search.mode", 0);
|
||||
|
|
|
@ -33,13 +33,8 @@ wallet.Server=http://www.mozilla.org/wallet/tables/
|
|||
wallet.Samples=http://www.mozilla.org/wallet/samples/
|
||||
browser.search.defaultenginename=Netscape Search
|
||||
|
||||
#config.js
|
||||
#
|
||||
startup.homepage_override_url=http://www.mozilla.org/mozorg.html
|
||||
|
||||
linkTargetLabel=Link will open in:
|
||||
linkHREFLabel=Location:
|
||||
|
||||
|
||||
#SessionHistory.js
|
||||
nothingAvailable=(Nothing Available)
|
||||
|
|
|
@ -13,6 +13,7 @@ otherSearchURL=http://home.netscape.com/bookmark/6_0/tsearch.html
|
|||
#
|
||||
browser.startup.homepage=http://www.mozilla.org/
|
||||
browser.throbber.url=http://www.mozilla.org/
|
||||
browser.search.defaulturl=http://search.netscape.com/cgi-bin/search?search=
|
||||
|
||||
wallet.Server=http://www.mozilla.org/wallet/tables/
|
||||
wallet.Samples=http://www.mozilla.org/wallet/samples/
|
||||
|
@ -20,6 +21,7 @@ wallet.Samples=http://www.mozilla.org/wallet/samples/
|
|||
#config.js
|
||||
#
|
||||
startup.homepage_override_url=http://www.mozilla.org/mozorg.html
|
||||
|
||||
# search-panel.properties
|
||||
# Localizable URLs
|
||||
defaultSearchURL=http://search.netscape.com/cgi-bin/search?charset=UTF-8&search=
|
||||
|
|
Загрузка…
Ссылка в новой задаче