mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 827164 - Double-click to open exe downloads not working.
r=Mano
This commit is contained in:
parent
c9be2ea2bb
commit
08284dc79a
@ -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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user