mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 03:59:17 +02:00
projectintf: change default resource type to fpc resources
git-svn-id: trunk@26402 -
This commit is contained in:
parent
2a0f2fb91f
commit
a5fdd7eea0
@ -1401,7 +1401,7 @@ end;
|
||||
|
||||
function TFileDescPascalUnitWithResource.GetResourceType: TResourceType;
|
||||
begin
|
||||
Result := rtLRS;
|
||||
Result := rtRes;
|
||||
end;
|
||||
|
||||
constructor TFileDescPascalUnitWithResource.Create;
|
||||
|
Loading…
Reference in New Issue
Block a user