fixed typo causing a syntax error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-10-30 21:36:54 +00:00
parent c59e73e82d
commit 67a6f449e1

View File

@@ -285,7 +285,7 @@ begin
'Should I do it?',
mbConfirmation, MB_YESNO);
if ResultCode = IDYES then begin
InstExec(FileName, '/SILENT', WizardDirValue()2, True, False, SW_SHOWNORMAL, ResultCode);
InstExec(FileName, '/SILENT', WizardDirValue(), True, False, SW_SHOWNORMAL, ResultCode);
end;
end;