mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 00:40:18 +02:00
LazUtils: Remove the reference to resource file from LazUnicode GUI example.
git-svn-id: trunk@56673 -
This commit is contained in:
parent
bdb583df47
commit
0f1a653071
@ -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"/>
|
||||
|
@ -10,7 +10,7 @@ uses
|
||||
Forms, LazUnicodeUnit
|
||||
{ you can add units after this };
|
||||
|
||||
{$R *.res}
|
||||
{.$R *.res}
|
||||
|
||||
begin
|
||||
RequireDerivedFormResource:=True;
|
||||
|
Loading…
Reference in New Issue
Block a user