From 4aaad1b63f39da1e1049068ce100b81fbcf0d180 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Tue, 28 Apr 2009 19:48:23 +0000 Subject: [PATCH] sync cryptui with wine 1.1.20 svn path=/trunk/; revision=40718 --- reactos/dll/win32/cryptui/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/cryptui/main.c b/reactos/dll/win32/cryptui/main.c index ddbea8e299b..f29f1e67e2c 100644 --- a/reactos/dll/win32/cryptui/main.c +++ b/reactos/dll/win32/cryptui/main.c @@ -3337,7 +3337,7 @@ static void show_cert_usages(HWND hwnd, struct edit_cert_data *data) DWORD size; RECT rc; LVCOLUMNW column; - PurposeSelection purposeSelection; + PurposeSelection purposeSelection = PurposeEnableAll; GetWindowRect(lv, &rc); column.mask = LVCF_WIDTH;