Bug 411847: About box doesn't show distribution name and version. r=mano, a=mtschrep

This commit is contained in:
thunder%mozilla.com 2008-01-11 22:38:18 +00:00
Родитель 1eb0636337
Коммит 19bcf89cc7
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -49,7 +49,8 @@ function init(aEvent)
var distroId = prefs.getCharPref("distribution.id");
if (distroId) {
var distroVersion = prefs.getCharPref("distribution.version");
var distroAbout = prefs.getComplexValue("distribution.about", Ci.nsISupportsString);
var distroAbout = prefs.getComplexValue("distribution.about",
Component.interfaces.nsISupportsString);
var distroField = document.getElementById("distribution");
distroField.value = distroAbout;