Detlef Riekenberg : shell32: We have a Unicode parameter when launching a CPL.

Alexandre Julliard julliard at winehq.org
Mon Oct 18 13:36:52 CDT 2010


Module: wine
Branch: master
Commit: 463dafc3aca5a606b85025b3ca908389e3688710
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=463dafc3aca5a606b85025b3ca908389e3688710

Author: Detlef Riekenberg <wine.dev at web.de>
Date:   Sun Oct 17 23:50:44 2010 +0200

shell32: We have a Unicode parameter when launching a CPL.

---

 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);
         }
 




More information about the wine-cvs mailing list