* fix *nix compilations of some examples due to misspelt {$R ...lfm} statements. Fix by ocean mantis issue #26605

git-svn-id: trunk@46054 -
This commit is contained in:
reiniero 2014-08-19 13:43:19 +00:00
parent d4b8d1ed56
commit 0f658dab7b
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ type
implementation
{$R fDockable.lfm}
{$R *.lfm}
procedure TDockable.Button1Click(Sender: TObject);
begin

View File

@ -79,7 +79,7 @@ var
implementation
{$R fMain.lfm}
{$R *.lfm}
uses
fDockable,

View File

@ -22,7 +22,7 @@ var
implementation
{$R fTree.lfm}
{$R *.lfm}
end.

View File

@ -88,7 +88,7 @@ var
implementation
{$R Unit1.lfm}
{$R *.lfm}
{ TForm1 }