mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 22:58:22 +02:00
IDE: fpc msg parser: show incompatible ppu file name
git-svn-id: trunk@45498 -
This commit is contained in:
parent
2b0103804b
commit
c707ad2c7c
@ -1824,8 +1824,7 @@ begin
|
||||
s:=Format(lisCannotFind, [MissingUnitname]);
|
||||
if UsedByUnit<>'' then
|
||||
s+=Format(lisUsedBy, [UsedByUnit]);
|
||||
s+=Format(lisIncompatiblePpu, [CreateRelativePath(PPUFilename,
|
||||
ExtractFilePath(CodeBuf.Filename))]);
|
||||
s+=Format(lisIncompatiblePpu, [PPUFilename]);
|
||||
if PkgName<>'' then
|
||||
s+=Format(lisPackage3, [PkgName]);
|
||||
end else if PkgName<>'' then begin
|
||||
|
Loading…
Reference in New Issue
Block a user