chemtext: Fix chem demo compilation under Linux

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5961 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-06-25 18:09:27 +00:00
parent bb633f3f8c
commit 63fa370c20
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ uses
Interfaces, // this includes the LCL widgetset
Forms, testchem;
{$R *.RES}
{$R *.res}
begin
RequireDerivedFormResource := True;