diff --git a/components/captcha/captcha_pkg.lpk b/components/captcha/captcha_pkg.lpk index f2b27987e..ac67d6dfe 100644 --- a/components/captcha/captcha_pkg.lpk +++ b/components/captcha/captcha_pkg.lpk @@ -15,7 +15,7 @@ - + @@ -36,6 +36,5 @@ - diff --git a/components/captcha/source/captchactrl.pas b/components/captcha/source/captchactrl.pas index f062dbbc9..fb80f213d 100644 --- a/components/captcha/source/captchactrl.pas +++ b/components/captcha/source/captchactrl.pas @@ -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;