| 2918 | } |
| 2919 | |
| 2920 | void CColorCopDlg::OnPopupExit() { |
| 2921 | bMinimized = false; // user wants to exit color cop |
| 2922 | SetupTrayIcon(); // remove the systray icon |
| 2923 | EndDialog(IDOK); |
| 2924 | } |
| 2925 | |
| 2926 | void CColorCopDlg::SetStatusBarText(LPCTSTR statusText) { |
| 2927 | m_StatusBar.SetPaneText(0, statusText); |
nothing calls this directly
no outgoing calls
no test coverage detected