lazarus/components/h2pas/h2paswizard.pas
mattias 67458062b3 started h2pas frontend, localized watch list
git-svn-id: trunk@9631 -
2006-07-18 23:05:46 +00:00

22 lines
379 B
ObjectPascal

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