diff options
author | George Hazan <george.hazan@gmail.com> | 2025-05-09 16:46:02 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-05-09 16:46:02 +0300 |
commit | 8553c260ff9939c9d78bbaf2634bb26a20342a3a (patch) | |
tree | 450d54a10aa2f30a5aaee873da557324e418c074 /plugins/Variables/src | |
parent | 41403799d2c11dd86142f03f7b562c6e02ff8d00 (diff) |
end of clist common settings zoo in m_clist.h
Diffstat (limited to 'plugins/Variables/src')
-rw-r--r-- | plugins/Variables/src/help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Variables/src/help.cpp b/plugins/Variables/src/help.cpp index 4eece0aa35..a14acc0b8e 100644 --- a/plugins/Variables/src/help.cpp +++ b/plugins/Variables/src/help.cpp @@ -91,7 +91,7 @@ static INT_PTR CALLBACK extratextDlgProc(HWND hwndDlg,UINT msg,WPARAM wParam,LPA // dialog box for the %subject% selection void ResetCList(HWND hwndDlg) { - SendDlgItemMessage(hwndDlg, IDC_CLIST, CLM_SETUSEGROUPS, Clist::UseGroups, 0); + SendDlgItemMessage(hwndDlg, IDC_CLIST, CLM_SETUSEGROUPS, Clist::bUseGroups, 0); SendDlgItemMessage(hwndDlg, IDC_CLIST, CLM_SETHIDEEMPTYGROUPS, 1, 0); } |