mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
shell32: We have a Unicode parameter when launching a CPL.
This commit is contained in:
parent
ce5a8aab83
commit
463dafc3ac
@ -817,7 +817,7 @@ static void Control_DoLaunch(CPanel* panel, HWND hWnd, LPCWSTR wszCmd)
|
||||
}
|
||||
|
||||
if (applet->info[sp].dwSize) {
|
||||
if (!applet->proc(applet->hWnd, CPL_STARTWPARMSA, sp, (LPARAM)extraPmts))
|
||||
if (!applet->proc(applet->hWnd, CPL_STARTWPARMSW, sp, (LPARAM)extraPmts))
|
||||
applet->proc(applet->hWnd, CPL_DBLCLK, sp, applet->info[sp].lData);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user