| 566 | |
| 567 | |
| 568 | void CCreatePropertyPage::OnClickedLongFileNames() |
| 569 | { |
| 570 | // TODO: Add your control notification handler code here |
| 571 | |
| 572 | auto pLbox = (CComboBox*)GetDlgItem(IDC_LONGNAMEMAX); |
| 573 | if (pLbox) { |
| 574 | pLbox->EnableWindow(IsDlgButtonChecked(IDC_LONG_FILE_NAMES)); |
| 575 | } |
| 576 | } |
| 577 | |
| 578 | |
| 579 | void CCreatePropertyPage::OnClickedDeterministicNames() |
nothing calls this directly
no outgoing calls
no test coverage detected