Merge master.
[dcpomatic.git] / src / wx / video_panel.cc
index a777b3e88da8f317f9b0e8f3221850a3c6407c35..b439d13c4e47412f1950283ae9beb584942ef85f 100644 (file)
@@ -335,7 +335,7 @@ VideoPanel::setup_description ()
        d << wxString::Format (_("Content frame rate %.4f\n"), vcs->video_frame_rate ());
        ++lines;
        FrameRateChange frc (vcs->video_frame_rate(), _editor->film()->video_frame_rate ());
-       d << frc.description << "\n";
+       d << std_to_wx (frc.description) << "\n";
        ++lines;
 
        for (int i = lines; i < 6; ++i) {