mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-25 06:08:33 +01:00
lcl: TBitBtn: fixed typo
This commit is contained in:
parent
e006a7e2c7
commit
8b8ac1696f
@ -353,7 +353,7 @@ end;
|
||||
do not work with an const array }
|
||||
function TCustomBitBtn.GetCaptionOfKind(AKind: TBitBtnKind): String;
|
||||
begin
|
||||
Result := GetButtonCaption(BitBtnImages[Kind]);
|
||||
Result := GetButtonCaption(BitBtnImages[AKind]);
|
||||
if Result = '?' then
|
||||
Result := '';
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user