IDE: setup: fixed updating compiler error

git-svn-id: trunk@30171 -
This commit is contained in:
mattias 2011-04-04 09:08:04 +00:00
parent 4c97b24012
commit 60b436fdbd

View File

@ -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);