From a5fdd7eea044dbc672d193c7886aecc3b6456cd8 Mon Sep 17 00:00:00 2001 From: blikblum Date: Thu, 1 Jul 2010 23:42:51 +0000 Subject: [PATCH] projectintf: change default resource type to fpc resources git-svn-id: trunk@26402 - --- ideintf/projectintf.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ideintf/projectintf.pas b/ideintf/projectintf.pas index 08fc0b6dab..1f9bc0626a 100644 --- a/ideintf/projectintf.pas +++ b/ideintf/projectintf.pas @@ -1401,7 +1401,7 @@ end; function TFileDescPascalUnitWithResource.GetResourceType: TResourceType; begin - Result := rtLRS; + Result := rtRes; end; constructor TFileDescPascalUnitWithResource.Create;