Commit c6458f0f authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

cryptui: Call CryptUIWizImport from CryptUIDlgViewCertificateW.

parent a468c039
...@@ -1288,7 +1288,7 @@ static LRESULT CALLBACK general_dlg_proc(HWND hwnd, UINT msg, WPARAM wp, ...@@ -1288,7 +1288,7 @@ static LRESULT CALLBACK general_dlg_proc(HWND hwnd, UINT msg, WPARAM wp,
switch (wp) switch (wp)
{ {
case IDC_ADDTOSTORE: case IDC_ADDTOSTORE:
FIXME("call CryptUIWizImport\n"); CryptUIWizImport(0, hwnd, NULL, NULL, NULL);
break; break;
case IDC_ISSUERSTATEMENT: case IDC_ISSUERSTATEMENT:
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment