lazarus/components/plotfunction/lazplotfunction.pas
mattias 26cb90f023 renamed plotpanel to plotfunction
git-svn-id: trunk@17519 -
2008-11-22 15:55:23 +00:00

22 lines
408 B
ObjectPascal

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