diff options
Diffstat (limited to 'src/wx/export_subtitles_dialog.cc')
| -rw-r--r-- | src/wx/export_subtitles_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/export_subtitles_dialog.cc b/src/wx/export_subtitles_dialog.cc index 3c32fae53..ade58b3fb 100644 --- a/src/wx/export_subtitles_dialog.cc +++ b/src/wx/export_subtitles_dialog.cc @@ -97,7 +97,7 @@ boost::filesystem::path ExportSubtitlesDialog::path () const { if (_file->IsEnabled()) { - wxFileName fn (_file->GetPath()); + wxFileName fn(std_to_wx(_file->path().string())); fn.SetExt (_interop ? "xml" : "mxf"); return wx_to_std (fn.GetFullPath()); } |
