зеркало из https://github.com/mozilla/gecko-dev.git
bug 339415 - fix pref-locales to not use builtinURLs, r+sr=Neil
This commit is contained in:
Родитель
52090324db
Коммит
b098867a10
|
@ -282,6 +282,7 @@ pref("extensions.update.interval", 86400); // Check for updates to Extensions a
|
|||
// Non-symmetric (not shared by extensions) extension-specific [update] preferences
|
||||
pref("extensions.getMoreExtensionsURL", "chrome://mozapps/locale/extensions/extensions.properties");
|
||||
pref("extensions.getMoreThemesURL", "chrome://mozapps/locale/extensions/extensions.properties");
|
||||
pref("extensions.getMoreLocalesURL", "chrome://branding/locale/brand.properties");
|
||||
pref("extensions.dss.enabled", false); // Dynamic Skin Switching
|
||||
pref("extensions.dss.switchPending", false); // Non-dynamic switch pending after next
|
||||
// restart.
|
||||
|
|
|
@ -160,7 +160,8 @@
|
|||
|
||||
function DownloadRegionPacks()
|
||||
{
|
||||
openTopWin(xlateURL("urn:clienturl:viewmenu:intlwebcontent"));
|
||||
openTopWin(parent.hPrefWindow.getPref("localizedstring",
|
||||
"extensions.getMoreLocalesURL"));
|
||||
}
|
||||
]]>
|
||||
</script>
|
||||
|
|
|
@ -2,3 +2,4 @@ brandFullName=SeaMonkey
|
|||
brandShortName=SeaMonkey
|
||||
vendorShortName=SeaMonkey
|
||||
sidebarName=Sidebar
|
||||
extensions.getMoreLocalesURL=http://www.mozilla.org/projects/seamonkey/releases/#l10n
|
||||
|
|
|
@ -189,6 +189,8 @@ pref("news.directory", "");
|
|||
pref("browser.editor.disabled", false);
|
||||
pref("spellchecker.dictionary", "");
|
||||
|
||||
pref("extensions.getMoreLocalesURL", "chrome://branding/locale/brand.properties");
|
||||
|
||||
pref("xpinstall.dialog.confirm", "chrome://communicator/content/xpinstall/institems.xul");
|
||||
pref("xpinstall.dialog.progress.chrome","chrome://communicator/content/xpinstall/xpistatus.xul");
|
||||
pref("xpinstall.dialog.progress.skin", "chrome://communicator/content/xpinstall/xpistatus.xul");
|
||||
|
|
Загрузка…
Ссылка в новой задаче