MCPcopy Create free account
hub / github.com/ColorCop/ColorCop / OnAbout

Method OnAbout

ColorCop/ColorCopDlg.cpp:1303–1306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1301}
1302
1303void CColorCopDlg::OnAbout() {
1304 CAboutDlg dlg;
1305 dlg.DoModal();
1306}
1307
1308void CColorCopDlg::OnChangeGreen() {
1309 m_Greendec = GetDlgItemInt(IDC_GREEN);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected