Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ begin
SamePath(LegacyAppsDir, VoiceAttack2AppsDir) then
begin
Log(Format(
'VoiceAttack and VoiceAttack 2 are registered to the same Apps folder: "%s".',
[LegacyAppsDir]));
'VoiceAttack and VoiceAttack 2 are registered to the same Apps folder: "%s".',[LegacyAppsDir]));
exit;
end;

Expand Down Expand Up @@ -358,4 +357,4 @@ begin
Abort;
end;
end;
end;
end;
Loading