Skip to content

Commit

Permalink
Merge pull request #48537 from AbhaySingh004/WindowsInstaller-Wizard-…
Browse files Browse the repository at this point in the history
…BugFix

Changed Caption of last -Next button in Windows InstallationWizard to -Install button
  • Loading branch information
staticfloat authored Feb 6, 2023
2 parents 5721ae7 + bba0a1e commit 8860d95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/windows/build-installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ 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.
wpSelectTasks: WizardForm.NextButton.Caption := SetupMessage(msgButtonInstall);
else
WizardForm.Color := WizardForm.InnerPage.Color;
end;
Expand Down

0 comments on commit 8860d95

Please sign in to comment.