mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 04:49:43 +02:00
LCL: Declare TMenu.FHint as TTranslateString rather than string. Issue #40220.
This commit is contained in:
parent
8ae2cae749
commit
98f806bb4f
@ -152,7 +152,7 @@ type
|
||||
FGlyphShowMode: TGlyphShowMode;
|
||||
FHandle: HMenu;
|
||||
FHelpContext: THelpContext;
|
||||
FHint: String;
|
||||
FHint: TTranslateString;
|
||||
FImageChangeLink: TChangeLink;
|
||||
FImageIndex: TImageIndex;
|
||||
FItems: TList; // list of TMenuItem
|
||||
|
Loading…
Reference in New Issue
Block a user