From 250daa31097e975e57aa8a4ff19df484812988ce Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 11 Nov 2012 14:01:35 +0000 Subject: Use full names for audio channels. --- src/wx/film_editor.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 2876edc6a..59210cc0b 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -308,12 +308,12 @@ FilmEditor::make_audio_panel () assert (MAX_AUDIO_CHANNELS == 6); char const * channels[] = { - "L", - "R", - "C", - "Lfe", - "Ls", - "Rs" + "Left", + "Right", + "Centre", + "Lfe (sub)", + "Left surround", + "Right surround" }; for (int i = 0; i < MAX_AUDIO_CHANNELS; ++i) { -- cgit v1.2.3