Handle errors in subtitle XML better (#1209).
[dcpomatic.git] / src / tools / dcpomatic_player.cc
index 3e36b575b2c16cdfe09713786636d744913882ee..d42320bfdd383c527af1a0170c15fd41e288306a 100644 (file)
@@ -181,7 +181,7 @@ public:
 
                shared_ptr<Job> last = jm->get().back();
                if (last->finished_in_error()) {
-                       error_dialog (this, std_to_wx (last->error_summary()) + ".\n");
+                       error_dialog(this, std_to_wx(last->error_summary()) + ".\n", std_to_wx(last->error_details()));
                        return;
                }