You've already forked lazarus-ccr
* Add missing file from last commit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1710 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
26
components/spktoolbar/registerspktoolbar.pas
Normal file
26
components/spktoolbar/registerspktoolbar.pas
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
unit RegisterSpkToolbar;
|
||||||
|
|
||||||
|
{$mode objfpc}{$H+}
|
||||||
|
|
||||||
|
interface
|
||||||
|
|
||||||
|
uses
|
||||||
|
Classes, SysUtils, LazarusPackageIntf, SpkToolbar, PropEdits,
|
||||||
|
ComponentEditors, SpkToolbarEditor;
|
||||||
|
|
||||||
|
procedure Register;
|
||||||
|
|
||||||
|
implementation
|
||||||
|
|
||||||
|
procedure RegisterUnitSpkToolbar;
|
||||||
|
begin
|
||||||
|
RegisterComponents('SpkToolbar', [TSpkToolbar]);
|
||||||
|
end;
|
||||||
|
|
||||||
|
procedure Register;
|
||||||
|
begin
|
||||||
|
RegisterUnit('SpkToolbar', @RegisterUnitSpkToolbar);
|
||||||
|
end;
|
||||||
|
|
||||||
|
end.
|
||||||
|
|
Reference in New Issue
Block a user