Bug 572441 - HelperApp not opened correctly [r=blassey]

This commit is contained in:
Wolfgang Rosenauer 2010-08-26 22:05:32 -04:00
Родитель 0609c2f943
Коммит ba328cb0b1
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -95,6 +95,7 @@ HelperAppLauncherDialog.prototype = {
aLauncher.saveToDisk(null, false);
}
else if (choice == 1) {
aLauncher.MIMEInfo.preferredAction = Ci.nsIMIMEInfo.useSystemDefault;
aLauncher.launchWithApplication(null, false);
}
else {