We just don't save anything. We free the script, if there is one
| 204 | |
| 205 | // We just don't save anything. We free the script, if there is one |
| 206 | void CScriptWizard::OnCancel() { |
| 207 | FreeScript(m_ScriptSource); |
| 208 | |
| 209 | CDialog::OnCancel(); |
| 210 | } |
| 211 | |
| 212 | // Adds a script to the current editable script. We will not allow this if the script is not locked, |
| 213 | // so we should allow then to unlock it at this point. |
nothing calls this directly
no test coverage detected