| 2420 | } |
| 2421 | |
| 2422 | void CColorCopDlg::OnFileAbout() { |
| 2423 | CAboutDlg dlg; |
| 2424 | dlg.DoModal(); |
| 2425 | } |
| 2426 | |
| 2427 | void CColorCopDlg::OnColorSnaptowebsafe() { |
| 2428 | m_Appflags ^= SnaptoWebsafe; |
nothing calls this directly
no outgoing calls
no test coverage detected