X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ffilm_viewer.cc;h=ebd929ff9197af966dec8c786479497f4c3b03cb;hp=3b6ea5b39fa4f2095ceb2b9275e57eb3ff7df092;hb=f1dbcec7552052856369631e77c5eb160badd619;hpb=49281333410c321e616c5d3cfd4308e21d0c9cb4 diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index 3b6ea5b39..ebd929ff9 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -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 ();