Commit 27d9903e authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

cryptui: Hide the column header on the finish page of CryptUIWizImport.

parent 0cfa64d5
......@@ -284,6 +284,6 @@ BEGIN
LTEXT "You have specified the following settings:",
stc2, 115,57,195,12
CONTROL "", IDC_IMPORT_SETTINGS, "SysListView32",
LVS_REPORT|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
LVS_REPORT|LVS_NOCOLUMNHEADER|LVS_SINGLESEL|WS_CHILD|WS_VISIBLE|WS_TABSTOP|WS_BORDER,
115,67,174,100
END
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment