diff options
Diffstat (limited to 'utils/alsoft-config/mainwindow.cpp')
-rw-r--r-- | utils/alsoft-config/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/alsoft-config/mainwindow.cpp b/utils/alsoft-config/mainwindow.cpp index 39b773af..bee7022f 100644 --- a/utils/alsoft-config/mainwindow.cpp +++ b/utils/alsoft-config/mainwindow.cpp @@ -107,8 +107,8 @@ const struct NameValuePair { }, resamplerList[] = { { "Point", "point" }, { "Linear", "linear" }, - { "Default (Linear)", "" }, { "Cubic Spline", "cubic" }, + { "Default (Cubic Spline)", "" }, { "11th order Sinc (fast)", "fast_bsinc12" }, { "11th order Sinc", "bsinc12" }, { "23rd order Sinc (fast)", "fast_bsinc24" }, |