diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-03-13 01:01:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-03-13 01:01:38 +0000 |
| commit | 6bdf43931787f1f0b9f7dad2d5636ac78d29cdf2 (patch) | |
| tree | 4950e922b30a690097008802f094617bb6e9257d /src | |
| parent | a314c58874f905bd1812c77ee6c78cb71de0a62e (diff) | |
Tweak error formatting.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index 1e40fbd69..4814d08a4 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1064,7 +1064,7 @@ private: error_dialog ( 0, wxString::Format ( - _("An exception occurred: %s.\n\n") + " " + REPORT_PROBLEM, + _("An exception occurred: %s.\n\n") + REPORT_PROBLEM, std_to_wx (e.what ()) ) ); |
