Fix inno compilation error

This commit is contained in:
KamFretoZ
2025-05-02 20:59:00 +07:00
parent 3883830256
commit 43cf000e05

View File

@@ -78,7 +78,7 @@ var
FullDescLabel: TLabel;
PartDescLabel: TLabel;
begin
CustomPage := CreateCustomPage(wpWelcome, 'Installation type', 'Determine PCSX2's installation behavior');
CustomPage := CreateCustomPage(wpWelcome, 'Installation type', 'Determine PCSX2 installation behavior');
StandardRadioButton := TNewRadioButton.Create(WizardForm);
StandardRadioButton.Parent := CustomPage.Surface;
StandardRadioButton.Checked := True;