mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
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:
parent
7cf6d58e01
commit
5aaddd589d
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user