mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 13:00:17 +02:00
LCL: Fix the %MainUnit directive in custompage.inc. Issue #38991, patch from Don Siders.
git-svn-id: trunk@65221 -
This commit is contained in:
parent
1ea2257e11
commit
8ec75e6918
@ -1,4 +1,4 @@
|
||||
{%MainUnit ../extctrls.pp}
|
||||
{%MainUnit ../comctrls.pp}
|
||||
|
||||
{
|
||||
*****************************************************************************
|
||||
@ -280,4 +280,4 @@ begin
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
// included by extctrls.pp
|
||||
// included by comctrls.pp
|
||||
|
Loading…
Reference in New Issue
Block a user