| 943 | } |
| 944 | |
| 945 | void CScriptLevelInterface::OnConfigcompiler() { |
| 946 | CVirtualCompilerConfig dlg; |
| 947 | |
| 948 | SetStatus("Configuring Compiler"); |
| 949 | dlg.DoModal(); |
| 950 | SetStatus("Ready"); |
| 951 | } |
| 952 | |
| 953 | void CScriptLevelInterface::OnClose() { |
| 954 | if (InCritical) |