mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user