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

Modified Files:
      Tag: AUDACITY_1_2
        AudioIOPrefs.cpp 
Log Message:
Made NoModifyDevice the default now - only affects the Mac, works better with 
OS X 10.4

Index: AudioIOPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/AudioIOPrefs.cpp,v
retrieving revision 1.18.2.6
retrieving revision 1.18.2.7
diff -u -d -r1.18.2.6 -r1.18.2.7
--- AudioIOPrefs.cpp    23 Mar 2006 09:01:15 -0000      1.18.2.6
+++ AudioIOPrefs.cpp    27 Nov 2006 16:39:27 -0000      1.18.2.7
@@ -69,7 +69,7 @@
 
 #ifdef __WXMAC__
    bool noModifyDevice;
-   gPrefs->Read("NoModifyDevice", &noModifyDevice, false);
+   gPrefs->Read("NoModifyDevice", &noModifyDevice, true);
 #endif
 
    gPrefs->SetPath("/");


-------------------------------------------------------------------------
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