Add an output audio matrix (#1482).
[dcpomatic.git] / src / wx / audio_panel.cc
index 0cb062efd3f2c4cc127b093c29f8df3b12b233f3..183a3d4b9817ca8cfe89425e583eb69966f2cbcc 100644 (file)
@@ -88,7 +88,7 @@ AudioPanel::AudioPanel (ContentPanel* p)
        /// TRANSLATORS: this is an abbreviation for milliseconds, the unit of time
        _delay_ms_label = create_label (this, _("ms"), false);
 
-       _mapping = new AudioMappingView (this);
+       _mapping = new AudioMappingView (this, _("Content"), _("content"), _("DCP"), _("DCP"));
        _sizer->Add (_mapping, 1, wxEXPAND | wxALL, 6);
 
        _description = new StaticText (this, wxT(" \n"), wxDefaultPosition, wxDefaultSize);