mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
cryptui: Hide the column header on the finish page of CryptUIWizImport.
This commit is contained in:
parent
0cfa64d5c9
commit
27d9903ec9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue