From 32da5cb4df84e84b4cd04b1bea67d7b57f2fbc3b Mon Sep 17 00:00:00 2001 From: wj32 Date: Fri, 18 Feb 2011 09:50:09 +0000 Subject: [PATCH] fixed PhShellProperties git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4095 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- 2.x/trunk/phlib/support.c | 1 + 1 file changed, 1 insertion(+) diff --git a/2.x/trunk/phlib/support.c b/2.x/trunk/phlib/support.c index 155818cec..07aa66775 100644 --- a/2.x/trunk/phlib/support.c +++ b/2.x/trunk/phlib/support.c @@ -3320,6 +3320,7 @@ VOID PhShellProperties( info.nShow = SW_SHOW; info.fMask = SEE_MASK_INVOKEIDLIST; info.lpVerb = L"properties"; + info.hwnd = hWnd; if (!ShellExecuteEx(&info)) {