mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 00:19:32 +02:00
IDE: setup: fixed updating compiler error
git-svn-id: trunk@30171 -
This commit is contained in:
parent
4c97b24012
commit
60b436fdbd
@ -382,7 +382,7 @@ begin
|
||||
end;
|
||||
if not FileIsExecutableCached(AFilename) then
|
||||
begin
|
||||
Note:='File is not executable';
|
||||
Note:='File is not an executable';
|
||||
exit;
|
||||
end;
|
||||
if TestSrcFilename<>'' then
|
||||
@ -901,7 +901,7 @@ end;
|
||||
|
||||
procedure TInitialSetupDialog.CompilerComboBoxChange(Sender: TObject);
|
||||
begin
|
||||
UpdateLazDirNote;
|
||||
UpdateCompilerNote;
|
||||
end;
|
||||
|
||||
procedure TInitialSetupDialog.CompilerBrowseButtonClick(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user