Update of /cvsroot/audacity/audacity-src/src/prefs
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv32454/src/prefs
Modified Files:
BatchPrefs.cpp
Log Message:
-Checklist fixes
Index: BatchPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/BatchPrefs.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- BatchPrefs.cpp 1 Oct 2006 07:23:40 -0000 1.16
+++ BatchPrefs.cpp 24 Jul 2007 10:45:40 -0000 1.17
@@ -74,12 +74,14 @@
S.SetBorder( 2 );
S.StartStatic( _("Behaviors"),1 );
{
- S.TieCheckBox( _("&Batch debug mode"),
+#ifdef __WXDEBUG__
+ S.TieCheckBox( _("&Don't apply effects in batch mode"),
wxT("/Batch/Debug"), false);
+#endif
S.TieCheckBox( _("&Normalize on load"),
wxT("/Batch/NormalizeOnLoad"), false );
S.TieCheckBox( _("&Prompt to save, even if empty"),
- wxT("/Batch/EmptyCanBeDirty"), false );
+ wxT("/Batch/EmptyCanBeDirty"), true );
S.TieCheckBox( _("Cl&eanSpeech Mode (Customized GUI)"),
wxT("/Batch/CleanSpeechMode"), false);
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs