Skip to content

Commit

Permalink
modified builder-installer.iss correcting the comment with right syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhaySingh004 committed Feb 6, 2023
1 parent 850dc2a commit bba0a1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/windows/build-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,13 @@ begin
end;
end;
procedure CurPageChanged(CurPageID: Integer);
begin
case CurPageID of
wpWelcome: WizardForm.Color := WizardForm.WelcomePage.Color;
wpFinished: WizardForm.Color := WizardForm.FinishedPage.Color;
;change button text from "next" to "install" when ReadyPage is disabled.
//change button text from "next" to "install" when ReadyPage is disabled.
wpSelectTasks: WizardForm.NextButton.Caption := SetupMessage(msgButtonInstall);
else
WizardForm.Color := WizardForm.InnerPage.Color;
Expand Down

0 comments on commit bba0a1e

Please sign in to comment.