Bug 554558 follow-up: custom folder pane mode displays as '[object Object]' on startup, r=asuth

This commit is contained in:
Joshua Cranmer 2010-05-06 07:48:47 -04:00
Родитель a1f9c5ea7d
Коммит f8f1717dd7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -164,7 +164,7 @@ let gFolderTreeView = {
if (document.getElementById('folderpane-title')) {
let string;
if (this.mode in this._modeDisplayNames)
string = this._modeDisplayNames;
string = this._modeDisplayNames[this.mode];
else {
let key = "folderPaneModeHeader_" + this.mode;
string = document.getElementById("bundle_messenger").getString(key);