| 677 | } |
| 678 | |
| 679 | void CMainFrame::OnUpdateScriptReset(CCmdUI* pCmdUI) |
| 680 | { |
| 681 | pCmdUI->SetCheck(m_bLogReset); |
| 682 | } |
| 683 | |
| 684 | // path searching subroutines from qbase.c in the Q distribution |
| 685 |
nothing calls this directly
no outgoing calls
no test coverage detected