| 893 | } |
| 894 | |
| 895 | void CMainFrame::OnScriptOpen() |
| 896 | { |
| 897 | CDocument* pDoc = GetQpadView()->GetDocument(); |
| 898 | CString act_fname = pDoc->GetPathName(); |
| 899 | if (act_fname == m_strRunPathName || |
| 900 | AfxGetApp()->OpenDocumentFile(m_strRunPathName)) |
| 901 | if (act_fname != m_strRunPathName) UpdateTitle(); |
| 902 | } |
| 903 | |
| 904 | void CMainFrame::OnUpdateScriptOpen(CCmdUI* pCmdUI) |
| 905 | { |
nothing calls this directly
no test coverage detected