carbon widgetset: fixed typo introduced in r24011 #eef0d16e78

git-svn-id: trunk@24051 -
This commit is contained in:
vincents 2010-03-16 20:39:33 +00:00
parent e00a729df4
commit 6691b52da8

View File

@ -357,7 +357,7 @@ begin
FillChar(Msg, SizeOf(TLMContextMenu), 0);
Msg.Msg := LM_CONTEXTMENU;
Msg.hWnd := HWND(AWidget)
Msg.hWnd := HWND(AWidget);
Msg.Pos.X := P.X;
Msg.Pos.Y := P.Y;