зеркало из https://github.com/mozilla/gecko-dev.git
Bug 411847: About box doesn't show distribution name and version. r=mano, a=mtschrep
This commit is contained in:
Родитель
49be80cc8a
Коммит
30fca1fe7c
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче