Separate readable error from technical detail in some places.
[dcpomatic.git] / src / wx / kdm_output_panel.cc
index 0b99ee465213d7da6a095aafb328e787626a2839..1a4a209ca46719602ec1c61d46034ccac0d3838d 100644 (file)
@@ -287,7 +287,7 @@ KDMOutputPanel::make (
        } catch (dcp::NotEncryptedError& e) {
                error_dialog (this, _("CPL's content is not encrypted."));
        } catch (exception& e) {
-               error_dialog (this, e.what ());
+               error_dialog (this, std_to_wx(e.what()));
        } catch (...) {
                error_dialog (this, _("An unknown exception occurred."));
        }