| 973 | } |
| 974 | |
| 975 | void CScriptLevelInterface::OnMasscompile() { |
| 976 | CScriptMassCompile dlg; |
| 977 | SetStatus("Mass compiling scripts..."); |
| 978 | dlg.DoModal(); |
| 979 | UpdateDialog(); |
| 980 | SetStatus("Ready"); |
| 981 | } |
| 982 | |
| 983 | void CScriptLevelInterface::OnListNoncheckedOut() { UpdateDialog(); } |
| 984 |