You've already forked lazarus-ccr
Captcha: Fix demos after renaming the component in prev commit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8113 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -80,7 +80,7 @@ var
|
||||
begin
|
||||
Randomize;
|
||||
|
||||
FCaptcha := TCaptcha.Create(self);
|
||||
FCaptcha := TCaptchaLabel.Create(self);
|
||||
FCaptcha.Width := Width;
|
||||
FCaptcha.Parent := self;
|
||||
FCaptcha.Color := clWhite;
|
||||
|
Reference in New Issue
Block a user