From 304806f47588eeab2db63dfcaee0daea520966fa Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Sun, 5 Jul 2009 21:17:37 +0200 Subject: [PATCH] cryptui: Show the select store text when browsing stores. --- dlls/cryptui/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/cryptui/main.c b/dlls/cryptui/main.c index c11868aa456..980706434a1 100644 --- a/dlls/cryptui/main.c +++ b/dlls/cryptui/main.c @@ -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)))