| 253 | } |
| 254 | |
| 255 | void CScriptSelect::EditScript(const char *filename, const char *scrname) { |
| 256 | if (InvokeScriptStudio(filename, scrname)) |
| 257 | UpdateScriptListbox(); |
| 258 | } |
| 259 | |
| 260 | void CScriptSelect::OnScrtype() { |
| 261 | CListBox *scrlistbox = (CListBox *)GetDlgItem(IDC_SCRIPTSEL_LISTBOX); |
nothing calls this directly
no test coverage detected