X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.cc;h=2ae4e0fb799bb6f0f3d3ee9861c9961caa0d78b2;hb=81d517a86149e1f934b5c906e2623db00adea915;hp=80aac66ea749c3fe01d6648c5e4ad4036a75529e;hpb=cf7af490abb124631a775f5031f43ed58c0c1e4a;p=dcpomatic.git diff --git a/src/wx/video_panel.cc b/src/wx/video_panel.cc index 80aac66ea..2ae4e0fb7 100644 --- a/src/wx/video_panel.cc +++ b/src/wx/video_panel.cc @@ -75,7 +75,7 @@ VideoPanel::VideoPanel (ContentPanel* p) : ContentSubPanel (p, _("Video")) { _reference = new wxCheckBox (this, wxID_ANY, _("Use this DCP's video as OV and make VF")); - _reference_note = new wxStaticText (this, wxID_ANY, _("")); + _reference_note = new wxStaticText (this, wxID_ANY, wxT("")); _reference_note->Wrap (200); wxFont font = _reference_note->GetFont(); font.SetStyle(wxFONTSTYLE_ITALIC); @@ -297,11 +297,9 @@ VideoPanel::film_changed (Film::Property property) switch (property) { case Film::VIDEO_FRAME_RATE: case Film::CONTAINER: - setup_description (); - setup_sensitivity (); - break; case Film::RESOLUTION: setup_description (); + setup_sensitivity (); break; case Film::REEL_TYPE: case Film::INTEROP: