Use full names for audio channels.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Nov 2012 14:01:35 +0000 (14:01 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Nov 2012 14:01:35 +0000 (14:01 +0000)
src/wx/film_editor.cc

index 2876edc6a3d12869697d195031dfb7facb08be94..59210cc0bba0f197894ad051724cde2b9a9fc00a 100644 (file)
@@ -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) {