diff options
author | Chris Robinson <[email protected]> | 2016-07-31 08:17:08 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-07-31 08:17:08 -0700 |
commit | 48ff5d4ce8bd5f2d65c1aa8af77c2923d3be801c (patch) | |
tree | bdd45c0ee5b9cd66be2782f8bbba88d981903f0e /utils/alsoft-config/mainwindow.cpp | |
parent | bff5268ed49261db9bfe432a0439bb4d508d8997 (diff) |
Rename Ambisonics to Ambisonic in a couple places
Diffstat (limited to 'utils/alsoft-config/mainwindow.cpp')
-rw-r--r-- | utils/alsoft-config/mainwindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index 80fbdf80..309c4d7b 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -78,9 +78,9 @@ static const struct NameValuePair { { "6.1 Surround", "surround61" }, { "7.1 Surround", "surround71" }, - { "Ambisonics, 1st Order", "ambi1" }, - { "Ambisonics, 2nd Order", "ambi2" }, - { "Ambisonics, 3rd Order", "ambi3" }, + { "Ambisonic, 1st Order", "ambi1" }, + { "Ambisonic, 2nd Order", "ambi2" }, + { "Ambisonic, 3rd Order", "ambi3" }, { "", "" } }, sampleTypeList[] = { |