Bug 357150 Misspelling in nsBrowserContentHandler.js ("naviagator" instead of "navigator") p=Stefan <stefanh@bluebottle.com>,r/sr=Neil

This commit is contained in:
bugzilla%standard8.demon.co.uk 2006-10-18 18:51:14 +00:00
Родитель a300fe6cc3
Коммит ed36719d05
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -202,7 +202,7 @@ function getBrowserURL()
.getCharPref("browser.chromeURL");
} catch (e) {
}
return "chrome://navigator/content/naviagator.xul";
return "chrome://navigator/content/navigator.xul";
}
function handURIToExistingBrowser(uri, location, features)