http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a468c03
)
cryptui: Call CryptUIWizImport from CryptUIDlgViewCertificateW.
author
Juan Lang
<juan.lang@gmail.com>
Tue, 23 Dec 2008 03:56:43 +0000
(19:56 -0800)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 23 Dec 2008 18:55:50 +0000
(19:55 +0100)
dlls/cryptui/main.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/cryptui/main.c
b/dlls/cryptui/main.c
index 927a22a4c6a444c4ba20ea336b89377380aa764f..286899dde853071e818448c9d597baa3ab3d14b3 100644
(file)
--- 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:
{