Bug 410461 - "List of "Other" applications has no accessible names" [p=jmathies@mozilla.com (Jim Mathies) r=MarcoZ a1.9b3=beltzner]
git-svn-id: svn://10.0.0.236/trunk@244647 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user