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

Method OnLogHistory

DebugView++/MainFrame.cpp:1205–1210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1203}
1204
1205void CMainFrame::OnLogHistory(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1206{
1207 CHistoryDlg dlg(m_logFile.GetHistorySize(), m_logFile.GetHistorySize() == 0);
1208 if (dlg.DoModal() == IDOK)
1209 m_logFile.SetHistorySize(dlg.GetHistorySize());
1210}
1211
1212std::wstring GetExecutePath()
1213{

Callers

nothing calls this directly

Calls 2

SetHistorySizeMethod · 0.80
GetHistorySizeMethod · 0.45

Tested by

no test coverage detected