mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Bug 827164 - Double-click to open exe downloads not working.
r=Mano
This commit is contained in:
parent
c570fc3be6
commit
28a68bbaad
@ -437,7 +437,7 @@ this.DownloadsCommon = {
|
||||
}
|
||||
|
||||
if (showAlert) {
|
||||
let name = this.dataItem.target;
|
||||
let name = aFile.leafName;
|
||||
let message =
|
||||
DownloadsCommon.strings.fileExecutableSecurityWarning(name, name);
|
||||
let title =
|
||||
|
Loading…
Reference in New Issue
Block a user