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
Родитель c570fc3be6
Коммит 28a68bbaad
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 =