Update of /cvsroot/audacity/audacity-src/src/prefs In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7223
Modified Files: EffectsPrefs.cpp Log Message: * Add mising accelerator keys and remove conflicts with OK and Cancel on Linux * Also move VST and AU enable functions into the "Enable Effects" box Index: EffectsPrefs.cpp =================================================================== RCS file: /cvsroot/audacity/audacity-src/src/prefs/EffectsPrefs.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- EffectsPrefs.cpp 3 Aug 2009 17:14:21 -0000 1.3 +++ EffectsPrefs.cpp 18 Oct 2009 08:07:20 -0000 1.4 @@ -53,35 +53,46 @@ { S.SetBorder(2); - S.StartStatic(_("Enable")); + S.StartStatic(_("Enable Effects")); { + +#if USE_AUDIO_UNITS + S.TieCheckBox(_("Audio Unit"), + wxT("/AudioUnits/Enable"), + true); +#endif + #if USE_LADSPA - S.TieCheckBox(_("LADSPA effects"), + S.TieCheckBox(_("&LADSPA"), wxT("/Ladspa/Enable"), true); #endif #if USE_NYQUIST - S.TieCheckBox(_("Nyquist effects"), + S.TieCheckBox(_("N&yquist"), wxT("/Nyquist/Enable"), true); #endif #if USE_VAMP - S.TieCheckBox(_("VAMP effects"), + S.TieCheckBox(_("&VAMP"), wxT("/VAMP/Enable"), true); #endif - S.AddFixedText(_("Restart Audacity to apply changes.")); + +#if USE_VST + S.TieCheckBox(_("V&ST"), + wxT("/VST/Enable"), + true); +#endif + + S.AddFixedText(_("Restart Audacity to apply changes.")); } S.EndStatic(); #if USE_AUDIO_UNITS S.StartStatic(_("Audio Unit Effects")); { - S.TieCheckBox(_("Enable Audio Unit effects"), - wxT("/AudioUnits/Enable"), - true); S.TieCheckBox(_("Display Audio Unit effects in graphical mode"), wxT("/AudioUnits/GUI"), true); @@ -97,13 +108,10 @@ #if USE_VST S.StartStatic(_("VST Effects")); { - S.TieCheckBox(_("Enable VST effects"), - wxT("/VST/Enable"), - true); - S.TieCheckBox(_("Display VST effects in graphical mode"), + S.TieCheckBox(_("&Display VST effects in graphical mode"), wxT("/VST/GUI"), true); - S.TieCheckBox(_("Rescan VST effects next time Audacity is started"), + S.TieCheckBox(_("&Rescan VST effects next time Audacity is started"), wxT("/VST/Rescan"), false); } ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs