mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-05-09 08:14:56 +00:00
Corrected installer prompt text
This commit is contained in:
@@ -52,7 +52,7 @@ var
|
||||
procedure InitializeWizard;
|
||||
begin
|
||||
OptionPage := CreateInputOptionPage(wpSelectDir, 'Add to PATH?', '', '', False, False);
|
||||
OptionPage.Add('Add CGG m68k elf tools to PATH?');
|
||||
OptionPage.Add('Add Amiga GCC tools to PATH?');
|
||||
|
||||
OptionPage.Values[0] := True;
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user