>From 85c001886f4f8b9abc9f8a9e13a164b249ccb4fa Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Sun, 5 Jul 2009 21:17:37 +0200 Subject: [PATCH] Show the select store text when browsing stores --- dlls/cryptui/main.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dlls/cryptui/main.c b/dlls/cryptui/main.c index c11868a..9807064 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))) -- 1.6.0.6