lazarus/components/popupnotifier/popupnotifierlaz.pas
2006-06-12 19:28:25 +00:00

22 lines
388 B
ObjectPascal

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