MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnFileSaveConfiguration

Method OnFileSaveConfiguration

DebugView++/MainFrame.cpp:1044–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042}
1043
1044void CMainFrame::OnFileSaveConfiguration(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1045{
1046 CFileDialog dlg(false, L".dbconf", m_configFileName.c_str(), OFN_OVERWRITEPROMPT,
1047 L"DebugView++ Configuration Files (*.dbconf)\0*.dbconf\0\0");
1048 dlg.m_ofn.nFilterIndex = 0;
1049 dlg.m_ofn.lpstrTitle = L"Save View Configuration";
1050 if (dlg.DoModal() == IDOK)
1051 SaveConfiguration(dlg.m_szFileName);
1052}
1053
1054void CMainFrame::ClearLog()
1055{

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected