11#ifndef __AUDACITY_SENTRYERRORDIALOG__
12#define __AUDACITY_SENTRYERRORDIALOG__
41 const wxString& log,
const bool modal);
46 void OnSend(wxCommandEvent& event);
49 void OnHelp(wxCommandEvent& event);
51 std::unique_ptr<audacity::sentry::Report>
mReport;
A dialog, that has "Send", "Don't send" and help buttons.
void OnSend(wxCommandEvent &event)
wxTextCtrl * mCommentsControl
void OnDontSend(wxCommandEvent &event)
ErrorReportDialog(wxWindow *parent, const TranslatableString &dlogTitle, const TranslatableString &message, const ManualPageID &helpUrl, const wxString &log, const bool modal)
std::unique_ptr< audacity::sentry::Report > mReport
void OnHelp(wxCommandEvent &event)
Holds a msgid for the translation catalog; may also bind format arguments.