LazUtils: Remove the reference to resource file from LazUnicode GUI example.

git-svn-id: trunk@56673 -
This commit is contained in:
juha 2017-12-08 20:52:04 +00:00
parent bdb583df47
commit 0f1a653071
2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@
<Title Value="LazUnicodeGUI"/>
<UseAppBundle Value="False"/>
<ResourceType Value="res"/>
<Icon Value="0"/>
</General>
<BuildModes Count="1">
<Item1 Name="Default" Default="True"/>

View File

@ -10,7 +10,7 @@ uses
Forms, LazUnicodeUnit
{ you can add units after this };
{$R *.res}
{.$R *.res}
begin
RequireDerivedFormResource:=True;