mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-07 11:38:18 +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]);
|
s:=Format(lisCannotFind, [MissingUnitname]);
|
||||||
if UsedByUnit<>'' then
|
if UsedByUnit<>'' then
|
||||||
s+=Format(lisUsedBy, [UsedByUnit]);
|
s+=Format(lisUsedBy, [UsedByUnit]);
|
||||||
s+=Format(lisIncompatiblePpu, [CreateRelativePath(PPUFilename,
|
s+=Format(lisIncompatiblePpu, [PPUFilename]);
|
||||||
ExtractFilePath(CodeBuf.Filename))]);
|
|
||||||
if PkgName<>'' then
|
if PkgName<>'' then
|
||||||
s+=Format(lisPackage3, [PkgName]);
|
s+=Format(lisPackage3, [PkgName]);
|
||||||
end else if PkgName<>'' then begin
|
end else if PkgName<>'' then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user