Paul Vriens : cryptui: Show the select store text when browsing stores.
Module: wine Branch: master Commit: 304806f47588eeab2db63dfcaee0daea520966fa URL: http://source.winehq.org/git/wine.git/?a=commit;h=304806f47588eeab2db63dfcae... Author: Paul Vriens <Paul.Vriens.Wine(a)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)))
participants (1)
-
Alexandre Julliard