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

Modified Files:
        GUIPrefs.cpp 
Log Message:
Fix inconsistent default for AutoScroll in track panel and prefs

Index: GUIPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/GUIPrefs.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- GUIPrefs.cpp        20 Nov 2006 13:54:39 -0000      1.41
+++ GUIPrefs.cpp        13 Dec 2006 19:12:31 -0000      1.42
@@ -70,7 +70,7 @@
    S.StartStatic( _("Behaviors"),1 );
    {
       S.TieCheckBox( _("&Autoscroll while playing"),
-         wxT("/GUI/AutoScroll"), false);
+         wxT("/GUI/AutoScroll"), true);
       S.TieCheckBox( _("Al&ways allow pausing"),
          wxT("/GUI/AlwaysEnablePause"), true);
       S.TieCheckBox( _("&Update spectrogram while playing"),


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