| 116 | // CScriptEditorDlg message handlers |
| 117 | |
| 118 | void CScriptEditorDlg::OnOK() { |
| 119 | // TODO: Add extra validation here |
| 120 | ddio_KeyFlush(); |
| 121 | CDialog::OnOK(); |
| 122 | } |
| 123 | |
| 124 | void CScriptEditorDlg::OnCancel() { |
| 125 | // TODO: Add extra cleanup here |
nothing calls this directly
no test coverage detected