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

Method OnFileAbout

ColorCop/ColorCopDlg.cpp:2422–2425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2420}
2421
2422void CColorCopDlg::OnFileAbout() {
2423 CAboutDlg dlg;
2424 dlg.DoModal();
2425}
2426
2427void CColorCopDlg::OnColorSnaptowebsafe() {
2428 m_Appflags ^= SnaptoWebsafe;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected