mirror of
https://github.com/PCSX2/pcsx2-installer.git
synced 2026-01-31 01:15:18 +01:00
Fix inno compilation error
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user