mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-16 14:08:30 +02:00
lazcontrols: moved resource directive to shortedit.pas, bug #29391
git-svn-id: trunk@51271 -
This commit is contained in:
parent
5698c6ed02
commit
c0b5c2d5a1
@ -13,8 +13,6 @@ uses
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
{$R *.res}
|
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('CheckBoxThemed', @CheckBoxThemed.Register);
|
RegisterUnit('CheckBoxThemed', @CheckBoxThemed.Register);
|
||||||
|
@ -2,6 +2,8 @@ unit ShortPathEdit;
|
|||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
|
{$R lazcontrols.res}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
Loading…
Reference in New Issue
Block a user