MCPcopy Create free account
hub / github.com/audacity/audacity / OnHelp

Method OnHelp

libraries/lib-wx-init/ErrorReportDialog.cpp:277–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void ErrorReportDialog::OnHelp(wxCommandEvent& event)
278{
279 const auto &helpUrl = mHelpUrl.GET();
280 if (helpUrl.StartsWith(wxT("innerlink:")))
281 {
282 HelpSystem::ShowHtmlText(
283 this, TitleText(helpUrl.Mid(10)), HelpText(helpUrl.Mid(10)), false,
284 true);
285 return;
286 }
287
288 HelpSystem::ShowHelp(this, mHelpUrl, false);
289}

Callers

nothing calls this directly

Calls 2

TitleTextFunction · 0.85
HelpTextFunction · 0.85

Tested by

no test coverage detected