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
parent fce9710b28
commit c73fae5062

View File

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