Update of /cvsroot/audacity/audacity-src/src/prefs
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31834/src/prefs
Modified Files:
GUIPrefs.cpp
Log Message:
Add preference to enable/disable VST GUI mode.
Index: GUIPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/GUIPrefs.cpp,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- GUIPrefs.cpp 9 Apr 2009 07:33:20 -0000 1.76
+++ GUIPrefs.cpp 21 May 2009 04:42:05 -0000 1.77
@@ -317,14 +317,17 @@
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);
#ifdef __WXDEBUG__
S.TieCheckBox(_("Don't a&pply effects in batch mode"),
wxT("/Batch/Debug"),
false);
#endif
- S.TieCheckBox(_("Cl&eanSpeech Mode (Customized GUI)"),
- wxT("/Batch/CleanSpeechMode"),
- false);
}
S.EndStatic();
}
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs