lazarus/components/lazcontrols/lazcontrols.pas
martin 941b2fb068 Renamed IdeExtensions to LazControls
git-svn-id: trunk@26239 -
2010-06-21 13:45:16 +00:00

22 lines
376 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit lazcontrols;
interface
uses
DividerBevel, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('DividerBevel', @DividerBevel.Register);
end;
initialization
RegisterPackage('LazControls', @Register);
end.