| 50 | |
| 51 | |
| 52 | void CMountMangerDialog::OnBnClickedDontshowagain() |
| 53 | { |
| 54 | // TODO: Add your control notification handler code here |
| 55 | |
| 56 | CryptSettings::getInstance().SaveSetting(MOUNTMANAGERWARN, !IsDlgButtonChecked(IDC_DONTSHOWAGAIN)); |
| 57 | } |
nothing calls this directly
no test coverage detected