summaryrefslogtreecommitdiff
path: root/src/wx/audio_panel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/audio_panel.cc')
-rw-r--r--src/wx/audio_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc
index f91d21da0..e04e65691 100644
--- a/src/wx/audio_panel.cc
+++ b/src/wx/audio_panel.cc
@@ -194,7 +194,7 @@ AudioPanel::film_changed (FilmProperty property)
switch (property) {
case FilmProperty::AUDIO_CHANNELS:
case FilmProperty::AUDIO_PROCESSOR:
- _mapping->set_output_channels (_parent->film()->audio_output_names ());
+ _mapping->set_output_channels(_parent->film()->audio_output_channel_names());
_mapping->set_top_label(std_to_wx(_parent->film()->audio_output_name()));
setup_peak ();
setup_sensitivity();