Juan Lang : cryptui: Call CryptUIWizImport from CryptUIDlgViewCertificateW.

Alexandre Julliard julliard at winehq.org
Tue Dec 23 13:41:32 CST 2008


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Mon Dec 22 19:56:43 2008 -0800

cryptui: Call CryptUIWizImport from CryptUIDlgViewCertificateW.

---

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

diff --git a/dlls/cryptui/main.c b/dlls/cryptui/main.c
index 927a22a..286899d 100644
--- a/dlls/cryptui/main.c
+++ b/dlls/cryptui/main.c
@@ -1288,7 +1288,7 @@ static LRESULT CALLBACK general_dlg_proc(HWND hwnd, UINT msg, WPARAM wp,
         switch (wp)
         {
         case IDC_ADDTOSTORE:
-            FIXME("call CryptUIWizImport\n");
+            CryptUIWizImport(0, hwnd, NULL, NULL, NULL);
             break;
         case IDC_ISSUERSTATEMENT:
         {




More information about the wine-cvs mailing list