cryptui: Show the select store text when browsing stores.

This commit is contained in:
Paul Vriens 2009-07-05 21:17:37 +02:00 committed by Alexandre Julliard
parent d0ef19fe9a
commit 304806f475
1 changed files with 1 additions and 0 deletions

View File

@ -5171,6 +5171,7 @@ static LRESULT CALLBACK import_store_dlg_proc(HWND hwnd, UINT msg, WPARAM wp,
selectInfo.parent = hwnd;
selectInfo.dwFlags = CRYPTUI_ENABLE_SHOW_PHYSICAL_STORE;
selectInfo.pwszTitle = NULL;
selectInfo.pwszText = NULL;
selectInfo.pEnumData = &enumData;
selectInfo.pfnSelectedStoreCallback = NULL;
if ((store = CryptUIDlgSelectStoreW(&selectInfo)))