| 1790 | } |
| 1791 | |
| 1792 | void CBriefEdit::OnDestroy() { |
| 1793 | CDialog::OnDestroy(); |
| 1794 | |
| 1795 | BriefEditFreeScreens(); |
| 1796 | } |
| 1797 | |
| 1798 | void CBriefEdit::OnSelchangeBriefScreenList() { |
| 1799 | CComboBox *scr_combo = (CComboBox *)GetDlgItem(IDC_BRIEF_SCREEN_LIST); |
nothing calls this directly
no test coverage detected