| 164 | } |
| 165 | |
| 166 | void TableFileFilter::OnFileNew() { |
| 167 | // TODO: Add your command handler code here |
| 168 | if (m_PageList.ModifiedPrompt() == IDNO) |
| 169 | return; |
| 170 | |
| 171 | CWaitCursor wc; |
| 172 | m_PageList.ClearList(); |
| 173 | // m_PageList.AddAllGamefilePages(); |
| 174 | m_PageList.SetTitleString(); |
| 175 | } |
| 176 | |
| 177 | void TableFileFilter::OnFileSave() { |
| 178 | // TODO: Add your command handler code here |
nothing calls this directly
no test coverage detected