From 91beea4e62d0330bc0844dbb26c9e77d71ed6518 Mon Sep 17 00:00:00 2001 From: wj32 Date: Sat, 5 Nov 2011 23:54:36 +0000 Subject: [PATCH] fixed typo git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4797 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- 2.x/trunk/ProcessHacker/mainwnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.x/trunk/ProcessHacker/mainwnd.c b/2.x/trunk/ProcessHacker/mainwnd.c index a63ed29a8..7bb061e7d 100644 --- a/2.x/trunk/ProcessHacker/mainwnd.c +++ b/2.x/trunk/ProcessHacker/mainwnd.c @@ -1823,7 +1823,7 @@ VOID PhMwpOnInitMenuPopup( if (!ToolsMenuInitialized) { #ifdef _M_X64 - DeleteMenu(PhMainWndMenuHandle, ID_TOOLS_HIDDENPROCESSES); + DeleteMenu(PhMainWndMenuHandle, ID_TOOLS_HIDDENPROCESSES, 0); #endif ToolsMenuInitialized = TRUE;