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

This commit is contained in:
Juan Lang 2008-12-23 15:25:01 -08:00 committed by Alexandre Julliard
parent 0cfa64d5c9
commit 27d9903ec9

View file

@ -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