Bug 410461 - "List of "Other" applications has no accessible names" [p=jmathies@mozilla.com (Jim Mathies) r=MarcoZ a1.9b3=beltzner]

This commit is contained in:
reed@reedloden.com 2008-01-31 18:13:59 -08:00
Родитель 7cf6d58e01
Коммит 5aaddd589d
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -124,6 +124,7 @@ AppPicker.prototype =
var item = document.createElement("richlistitem");
item.setAttribute("id", "app-picker-item");
item.value = file;
item.label = this.getFileDisplayName(file.executable);
item.setAttribute("ondblclick", "g_dialog.appDoubleClick();");
var hbox1 = document.createElement("hbox");