зеркало из https://github.com/mozilla/gecko-dev.git
bug 84188, Need to migrate existing localizable string preferences to a new pref type, r=tao, sr=blake
This commit is contained in:
Родитель
3092e0a577
Коммит
450b5d4928
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
function SwitchContentPack()
|
function SwitchContentPack()
|
||||||
{
|
{
|
||||||
var oldContentPack = parent.hPrefWindow.getPref( "string", "general.useragent.contentlocale");
|
var oldContentPack = parent.hPrefWindow.getPref( "localizedstring", "general.useragent.contentlocale");
|
||||||
var newContentPack;
|
var newContentPack;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче