Bug 827164 - Double-click to open exe downloads not working.

r=Mano
This commit is contained in:
Marco Bonardo 2013-01-07 20:16:27 +01:00
parent c9be2ea2bb
commit 08284dc79a

View File

@ -437,7 +437,7 @@ this.DownloadsCommon = {
} }
if (showAlert) { if (showAlert) {
let name = this.dataItem.target; let name = aFile.leafName;
let message = let message =
DownloadsCommon.strings.fileExecutableSecurityWarning(name, name); DownloadsCommon.strings.fileExecutableSecurityWarning(name, name);
let title = let title =