aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-12-27 01:18:10 -0800
committerChris Robinson <[email protected]>2018-12-27 01:18:10 -0800
commit7d821551ac32c6775d1f02a4631bd050aabcc254 (patch)
treed3a1cc1d9485627e5ec9a8c3c7e8eb18d8073330 /utils/alsoft-config
parentd367093c0616e561a14ca1c486aff99cde98f4be (diff)
Recognize ambix as an alias for acn+sn3d
Diffstat (limited to 'utils/alsoft-config')
-rw-r--r--utils/alsoft-config/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp
index 2b873955..449c91e5 100644
--- a/utils/alsoft-config/mainwindow.cpp
+++ b/utils/alsoft-config/mainwindow.cpp
@@ -119,8 +119,8 @@ static const struct NameValuePair {
{ "", "" }
}, ambiFormatList[] = {
{ "Default", "" },
- { "ACN + SN3D", "acn+sn3d" },
- { "ACN + N3D", "acn+n3d" },
+ { "AmbiX (ACN, SN3D)", "ambix" },
+ { "ACN, N3D", "acn+n3d" },
{ "Furse-Malham", "fuma" },
{ "", "" }