| 56 | } |
| 57 | |
| 58 | void ModuleAction::CComment::Redo(CMainFrame &MainFrm) { |
| 59 | GET_MODULE().SetComment(newComment_, newShow_); |
| 60 | } |
| 61 | |
| 62 | void ModuleAction::CComment::UpdateViews(CMainFrame &MainFrm) const { |
| 63 | MainFrm.SetMessageText(L"Comment settings changed"); |
nothing calls this directly
no test coverage detected