mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 03:19:15 +02:00
temp
git-svn-id: trunk@64752 -
This commit is contained in:
parent
8faf2f2b80
commit
ca2323fd5e
@ -6369,10 +6369,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
try
|
try
|
||||||
if not FilenameExtIs(LFMFilename,'lfm',true) then
|
if not FilenameExtIs(LFMFilename,'lfm',true) then
|
||||||
begin
|
exit(true); // no lfm format -> keep old info
|
||||||
// no lfm format -> keep old info
|
|
||||||
exit(true);
|
|
||||||
end;
|
|
||||||
// clear old info
|
// clear old info
|
||||||
AnUnitInfo.ResourceBaseClass:=pfcbcNone;
|
AnUnitInfo.ResourceBaseClass:=pfcbcNone;
|
||||||
AnUnitInfo.ComponentName:='';
|
AnUnitInfo.ComponentName:='';
|
||||||
|
Loading…
Reference in New Issue
Block a user