[SYSDM] Fix clicking on open User Accounts while using sysdm.cpl. By Jared. CORE-9047

svn path=/trunk/; revision=66062
This commit is contained in:
Amine Khaldi 2015-01-19 12:44:21 +00:00
parent 96d28bebdf
commit 997daf446e

View file

@ -158,7 +158,7 @@ UserProfileDlgProc(HWND hwndDlg,
ShellExecute(hwndDlg,
TEXT("open"),
TEXT("rundll32.exe"),
TEXT("shell32.dll, Control_RunDLL nusrmgr.cpl"),
TEXT("shell32.dll, Control_RunDLL usrmgr.cpl"),
NULL,
SW_SHOWNORMAL);
}