mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 05:59:28 +02:00
lcl: minor fix for GetHelpContext
git-svn-id: trunk@22743 -
This commit is contained in:
parent
a49f888148
commit
e1d98bf7d7
@ -239,6 +239,7 @@ const
|
||||
var
|
||||
Item: TMenuItem;
|
||||
begin
|
||||
Result := 0;
|
||||
Item := FindItem(AValue, FindKind[ByCommand]);
|
||||
if Item <> nil then
|
||||
Result := Item.HelpContext;
|
||||
|
Loading…
Reference in New Issue
Block a user