[PATCH] shell32: We have a UNICODE parameter, when launching a CPL

Detlef Riekenberg wine.dev at web.de
Sun Oct 17 16:50:44 CDT 2010


---
 dlls/shell32/control.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/control.c b/dlls/shell32/control.c
index 3346ddc..3be0494 100644
--- a/dlls/shell32/control.c
+++ b/dlls/shell32/control.c
@@ -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);
         }
 
-- 
1.7.1




More information about the wine-patches mailing list