X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Ftools%2Fdvdomatic.cc;fp=src%2Ftools%2Fdvdomatic.cc;h=2ad41b2cb8d08bd6cde0736dfc8282f5fca2dc08;hb=09594dda3d006672309dbe2f886563f4ef5d2ab6;hp=66f366a24148d7ea1ee1f07966ed73b04b172389;hpb=ba0a895137b630f5d308b123ef886d68090f855d;p=dcpomatic.git diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index 66f366a24..2ad41b2cb 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -328,7 +328,7 @@ private: } catch (std::exception& e) { wxString p = c->GetPath (); wxCharBuffer b = p.ToUTF8 (); - error_dialog (this, wxString::Format (_("Could not open film at %s (%s)"), p.data(), e.what())); + error_dialog (this, wxString::Format (_("Could not open film at %s (%s)"), p.data(), std_to_wx (e.what()))); } }