mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 03:59:13 +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;
|
function TFileDescPascalUnitWithResource.GetResourceType: TResourceType;
|
||||||
begin
|
begin
|
||||||
Result := rtLRS;
|
Result := rtRes;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
constructor TFileDescPascalUnitWithResource.Create;
|
constructor TFileDescPascalUnitWithResource.Create;
|
||||||
|
Loading…
Reference in New Issue
Block a user