cryptui: Call CryptUIWizImport from CryptUIDlgViewCertificateW.

This commit is contained in:
Juan Lang 2008-12-22 19:56:43 -08:00 committed by Alexandre Julliard
parent a468c03988
commit c6458f0fa6
1 changed files with 1 additions and 1 deletions

View File

@ -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:
{