Skip to content

Commit

Permalink
Fix typo from 5cd2d73
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Jan 8, 2025
1 parent a1abf2e commit 9890c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SystemInformer/proctree.c
Original file line number Diff line number Diff line change
Expand Up @@ -4761,7 +4761,7 @@ BOOLEAN NTAPI PhpProcessTreeNewCallback(
{
PPH_TREENEW_CONTEXT_MENU contextMenu = Parameter1;

PhShowProcessContextMenu(hwnd, contextMenu);
PhShowProcessContextMenu(PhMainWndHandle, contextMenu);
}
return TRUE;
case TreeNewNodeExpanding:
Expand Down

0 comments on commit 9890c70

Please sign in to comment.