diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-26 00:09:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-26 00:09:33 +0100 |
| commit | 06e52403c54db8c628d6bf6e71feea2cb9f22ade (patch) | |
| tree | 0d2718739eeecfb5cf883e524b95dbc3e53a4560 /src | |
| parent | 60279062e5da42628f30c2cd4c724692bb6f7a23 (diff) | |
Error formatting tweak.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/dcpomatic_player.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_player.cc b/src/tools/dcpomatic_player.cc index 70ff051ab..294d91704 100644 --- a/src/tools/dcpomatic_player.cc +++ b/src/tools/dcpomatic_player.cc @@ -148,7 +148,7 @@ public: wxString errors; BOOST_FOREACH (shared_ptr<Job> i, jm->get()) { if (i->finished_in_error()) { - errors += std_to_wx (i->error_summary()) + "\n"; + errors += std_to_wx (i->error_summary()) + ".\n"; } } error_dialog (this, errors); |
