Update of /cvsroot/audacity/audacity-src/src/prefs
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22018/src/prefs

Modified Files:
        GUIPrefs.cpp 
Log Message:
Fixes saving/loading of programs (presets) with proper handling of program 
chunks
Adds better feedback for screen readers
Fixes several GUI vs non-GUI handling issues
Fixes processing of multiple tracks (now resets properly between them)

Index: GUIPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/GUIPrefs.cpp,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- GUIPrefs.cpp        22 May 2009 05:46:00 -0000      1.78
+++ GUIPrefs.cpp        24 May 2009 11:31:05 -0000      1.79
@@ -144,12 +144,14 @@
 
    S.StartStatic(_("Modes"));
    {
-      S.TieCheckBox(_("Display VST effects in GUI mode"), 
-                    wxT("/VST/GUI"),
-                    true);
       S.TieCheckBox(_("Cl&eanSpeech Mode (Customized GUI)"), 
                     wxT("/Batch/CleanSpeechMode"),
                     false);
+#if USE_VST
+      S.TieCheckBox(_("Display VST effects in GUI mode"), 
+                    wxT("/VST/GUI"),
+                    true);
+#endif
 #ifdef __WXDEBUG__
       S.TieCheckBox(_("Don't a&pply effects in batch mode"),  
                     wxT("/Batch/Debug"),


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to