lazarus/components/pochecker/pochecker.pas
maxim b6b63e0fd4 Components, PoChecker:
a) made it localizable;
       b) slightly improved dialogs;
       c) added Russian translation.

git-svn-id: trunk@36198 -
2012-03-21 23:00:18 +00:00

23 lines
428 B
ObjectPascal

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