Error formatting tweak.
authorCarl Hetherington <cth@carlh.net>
Fri, 25 Aug 2017 23:09:33 +0000 (00:09 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 25 Aug 2017 23:09:33 +0000 (00:09 +0100)
src/tools/dcpomatic_player.cc

index 70ff051ab39667cf99396aac17e2c9ee6b119948..294d9170452b1b0e53116aa52975c4a694e30a07 100644 (file)
@@ -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);