| 805 | } |
| 806 | |
| 807 | void CHogEditView::OnUpdateViewFullRow(CCmdUI *pCmdUI) { |
| 808 | // TODO: Add your command update UI handler code here |
| 809 | pCmdUI->SetCheck(m_bFullRowSel); |
| 810 | } |
| 811 | |
| 812 | // will notify user if any files in .rib have been modified (may need to rebuild .hog) |
| 813 | void CHogEditView::OnActionUpdate() { |