bug 84188, Need to migrate existing localizable string preferences to a new pref type, r=tao, sr=blake

This commit is contained in:
loadrunner%betak.net 2006-04-08 00:57:25 +00:00
Родитель 3092e0a577
Коммит 450b5d4928
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -61,7 +61,7 @@
function SwitchContentPack()
{
var oldContentPack = parent.hPrefWindow.getPref( "string", "general.useragent.contentlocale");
var oldContentPack = parent.hPrefWindow.getPref( "localizedstring", "general.useragent.contentlocale");
var newContentPack;
try {