Update of /cvsroot/audacity/audacity-src/src/prefs
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv23693/prefs

Modified Files:
        QualityPrefs.cpp 
Log Message:
Made shaped dither the default for high-quality

Index: QualityPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/QualityPrefs.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- QualityPrefs.cpp    19 Jun 2006 13:13:59 -0000      1.23
+++ QualityPrefs.cpp    22 Sep 2006 07:03:56 -0000      1.24
@@ -136,7 +136,7 @@
          Dither::none, mmDitherNames, mmDitherLabels );  
       S.TieChoice(_("High-quality dither:"),
          wxT("/Quality/HQDitherAlgorithm"),
-         Dither::none, mmDitherNames, mmDitherLabels );  
+         Dither::shaped, mmDitherNames, mmDitherLabels );  
 #endif
       S.EndTwoColumn();
    }
@@ -165,7 +165,7 @@
          (int)1, mConverterNames, mConverterLabels),
       S.TieChoice(wxT(""),
          wxT("/Quality/HQDitherAlgorithm"),
-         Dither::none, mmDitherNames, mmDitherLabels );  
+         Dither::shaped, mmDitherNames, mmDitherLabels );  
       S.EndMultiColumn();
    }
    S.EndStatic();


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to