summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-06 23:21:57 +0200
committercah <cth@carlh.net>2025-07-10 22:49:00 +0200
commit5599e8ecd975b7fba5e551b1353c0b358fdf35b1 (patch)
tree30960db97ee4460962a54a1e754edc3bc22b14cd /src/wx
parent370d9dcda402a59ee27dfd06c12ff96ddd3c881e (diff)
Rename audio_output_names() -> audio_output_channel_names().
Diffstat (limited to 'src/wx')
-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();