diff --git a/mozilla/xpfe/global/resources/content/strres.js b/mozilla/xpfe/global/resources/content/strres.js index ea55ea9c03c..2c94a0bf34e 100644 --- a/mozilla/xpfe/global/resources/content/strres.js +++ b/mozilla/xpfe/global/resources/content/strres.js @@ -100,6 +100,10 @@ function localeSwitching(winType, baseDirectory, providerName) // Get the new targets // file:/u/tao/gila/mozilla-org/html/projects/intl/chrome/ // da-DK + if (baseDirectory == "") { + baseDirectory = "resource:/chrome/"; + } + var finalBase = baseDirectory; if (baseDirectory != "") { finalBase += winType + "/locale/" + providerName + "/";