Separate readable error from technical detail in some places.
[dcpomatic.git] / src / wx / film_viewer.cc
index 3b6ea5b39fa4f2095ceb2b9275e57eb3ff7df092..ebd929ff9197af966dec8c786479497f4c3b03cb 100644 (file)
@@ -770,7 +770,7 @@ FilmViewer::config_changed (Config::Property p)
 #endif
                        error_dialog (
                                this,
-                               wxString::Format (_("Could not set up audio output (%s).  There will be no audio during the preview."), e.what())
+                               _("Could not set up audio output.  There will be no audio during the preview."), std_to_wx(e.what())
                                );
                }
                recreate_butler ();