lazarus/components/externhelp/externhelp.pas
mattias c975158ce1 externhelp: i18n
git-svn-id: trunk@27186 -
2010-08-25 07:24:11 +00:00

22 lines
377 B
ObjectPascal

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