From 997daf446e643786559a280e70a6dc9b16ac67bc Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 19 Jan 2015 12:44:21 +0000 Subject: [PATCH] [SYSDM] Fix clicking on open User Accounts while using sysdm.cpl. By Jared. CORE-9047 svn path=/trunk/; revision=66062 --- reactos/dll/cpl/sysdm/userprofile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/cpl/sysdm/userprofile.c b/reactos/dll/cpl/sysdm/userprofile.c index 29cab5a4a58..27ba8db7b9a 100644 --- a/reactos/dll/cpl/sysdm/userprofile.c +++ b/reactos/dll/cpl/sysdm/userprofile.c @@ -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); }