Paul Vriens : cryptui: Show the select store text when browsing stores.

Alexandre Julliard julliard at winehq.org
Mon Jul 6 09:33:56 CDT 2009


Module: wine
Branch: master
Commit: 304806f47588eeab2db63dfcaee0daea520966fa
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=304806f47588eeab2db63dfcaee0daea520966fa

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Sun Jul  5 21:17:37 2009 +0200

cryptui: 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)))




More information about the wine-cvs mailing list