| 902 | } |
| 903 | |
| 904 | void CMainFrame::OnUpdateScriptOpen(CCmdUI* pCmdUI) |
| 905 | { |
| 906 | CDocument* pDoc = GetQpadView()->GetDocument(); |
| 907 | pCmdUI->Enable(m_strRunPathName != "" && |
| 908 | m_strRunPathName != pDoc->GetPathName()); |
| 909 | } |
| 910 | |
| 911 | void CMainFrame::OnScriptPath() |
| 912 | { |
nothing calls this directly
no test coverage detected