| 2774 | } |
| 2775 | |
| 2776 | void CColorCopDlg::OnPopupApplicationExpandeddialog() { |
| 2777 | OnExpandDialog(); |
| 2778 | } |
| 2779 | |
| 2780 | void CColorCopDlg::OnUpdatePopupApplicationExpandeddialog(CCmdUI* pCmdUI) { |
| 2781 | pCmdUI->SetCheck(m_Appflags & ExpandedDialog); |
nothing calls this directly
no outgoing calls
no test coverage detected