mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 18:58:12 +02:00
* 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:
parent
d4b8d1ed56
commit
0f658dab7b
@ -26,7 +26,7 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
{$R fDockable.lfm}
|
||||
{$R *.lfm}
|
||||
|
||||
procedure TDockable.Button1Click(Sender: TObject);
|
||||
begin
|
||||
|
@ -79,7 +79,7 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R fMain.lfm}
|
||||
{$R *.lfm}
|
||||
|
||||
uses
|
||||
fDockable,
|
||||
|
@ -22,7 +22,7 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R fTree.lfm}
|
||||
{$R *.lfm}
|
||||
|
||||
end.
|
||||
|
||||
|
@ -88,7 +88,7 @@ var
|
||||
|
||||
implementation
|
||||
|
||||
{$R Unit1.lfm}
|
||||
{$R *.lfm}
|
||||
|
||||
{ TForm1 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user