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 14:38:18 -08:00
Родитель 49be80cc8a
Коммит 30fca1fe7c
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;