diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-04-26 11:53:40 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-04-26 11:53:40 +0200 |
| commit | 74e944d9ba137386efff089f9906e64d255836c9 (patch) | |
| tree | e4b15b1d1164c069b6df036f4f4c0316c665a7e1 /src/wx/wx_util.cc | |
| parent | 17ef19940f152ceeb2e1ad696dd5e7ac5917d8cd (diff) | |
Allow customisation of error report email address.
Diffstat (limited to 'src/wx/wx_util.cc')
| -rw-r--r-- | src/wx/wx_util.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wx/wx_util.cc b/src/wx/wx_util.cc index e85b74cc8..9a8d90162 100644 --- a/src/wx/wx_util.cc +++ b/src/wx/wx_util.cc @@ -831,3 +831,9 @@ report_config_load_failure(wxWindow* parent, Config::LoadFailure what) } } + +wxString +wx::report_problem() +{ + return std_to_wx(::report_problem()); +} |
