From 40b3ced17b7fff8badfaa8ec2201a8186cdc7dc2 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 2 May 2014 18:17:35 +0100 Subject: Rename AudioContent frame_rate methods and move resampled_audio_frame_rate into AudioContent. --- src/wx/audio_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx') diff --git a/src/wx/audio_panel.cc b/src/wx/audio_panel.cc index 1c679d336..eb95e17ab 100644 --- a/src/wx/audio_panel.cc +++ b/src/wx/audio_panel.cc @@ -237,7 +237,7 @@ AudioPanel::setup_stream_description () } else { s << fcs->audio_channels() << wxT (" ") << _("channels"); } - s << wxT (", ") << fcs->content_audio_frame_rate() << _("Hz"); + s << wxT (", ") << fcs->audio_frame_rate() << _("Hz"); _description->SetLabel (s); } } -- cgit v1.2.3