Fix typo in the checkin for bug 418513 (changeset 68e3d56ef84c).r=gavin

This commit is contained in:
Simon Montagu 2008-12-18 00:50:59 -08:00
Родитель fce9710b28
Коммит c73fae5062
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -353,7 +353,7 @@ function getShellService()
function isBidiEnabled() {
// first check the pref.
if (getBoolPref("browser.bidi.ui", false))
if (getBoolPref("bidi.browser.ui", false))
return true;
// if the pref isn't set, check for an RTL locale and force the pref to true