LCL: Declare TMenu.FHint as TTranslateString rather than string. Issue #40220.

This commit is contained in:
wp_xyz 2023-05-12 23:30:37 +02:00
parent 8ae2cae749
commit 98f806bb4f

View File

@ -152,7 +152,7 @@ type
FGlyphShowMode: TGlyphShowMode; FGlyphShowMode: TGlyphShowMode;
FHandle: HMenu; FHandle: HMenu;
FHelpContext: THelpContext; FHelpContext: THelpContext;
FHint: String; FHint: TTranslateString;
FImageChangeLink: TChangeLink; FImageChangeLink: TChangeLink;
FImageIndex: TImageIndex; FImageIndex: TImageIndex;
FItems: TList; // list of TMenuItem FItems: TList; // list of TMenuItem