Captcha: Fix missing palette icon. Fix compilation for cocoa WS.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9480 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
f41595301d
commit
032ce4fe89
@ -15,7 +15,7 @@
|
||||
</CompilerOptions>
|
||||
<Description Value="A visual component which displays a CAPTCHA"/>
|
||||
<License Value="LGPL with linking exception (like Lazarus LCL)"/>
|
||||
<Version Minor="1"/>
|
||||
<Version Minor="1" Release="1"/>
|
||||
<Files Count="1">
|
||||
<Item1>
|
||||
<Filename Value="source\captchactrl.pas"/>
|
||||
@ -36,6 +36,5 @@
|
||||
<Version Value="2"/>
|
||||
<UseFileFilters Value="True"/>
|
||||
</PublishOptions>
|
||||
<ExamplesDirectory Value="demos\"/>
|
||||
</Package>
|
||||
</CONFIG>
|
||||
|
||||
@ -190,7 +190,7 @@ begin
|
||||
{$ELSEIF DEFINED(Linux)}
|
||||
FFonts[1].Name := 'FreeMono';
|
||||
{$ELSEIF DEFINED(Darwin)}
|
||||
Fronts[1].Name := 'Courier';
|
||||
FFonts[1].Name := 'Courier';
|
||||
{$IFEND}
|
||||
FFonts[1].Size := 36;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user