Update of /cvsroot/audacity/audacity-src/src/prefs
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv19750/src/prefs
Modified Files:
BatchPrefs.cpp GUIPrefs.cpp
Log Message:
- Fix crash on import-raw select
- Improved warning text on closing with empty project
- Warn on close-empty moved from batch to interfaces
- More space in mute/solo buttons for translations
Index: BatchPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/BatchPrefs.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- BatchPrefs.cpp 24 Jul 2007 10:45:40 -0000 1.17
+++ BatchPrefs.cpp 23 Aug 2007 11:24:09 -0000 1.18
@@ -80,8 +80,6 @@
#endif
S.TieCheckBox( _("&Normalize on load"),
wxT("/Batch/NormalizeOnLoad"), false );
- S.TieCheckBox( _("&Prompt to save, even if empty"),
- wxT("/Batch/EmptyCanBeDirty"), true );
S.TieCheckBox( _("Cl&eanSpeech Mode (Customized GUI)"),
wxT("/Batch/CleanSpeechMode"), false);
}
Index: GUIPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/GUIPrefs.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- GUIPrefs.cpp 3 Jul 2007 08:40:39 -0000 1.46
+++ GUIPrefs.cpp 23 Aug 2007 11:24:09 -0000 1.47
@@ -99,6 +99,9 @@
wxT("/GUI/EnableCutLines"), false);
S.TieCheckBox( _("Show warnings about &temp files"),
wxT("/GUI/WarnAboutTempFiles"), true );
+ S.TieCheckBox( _("&Show prompt to save, even if empty"),
+ wxT("/GUI/EmptyCanBeDirty"), true );
+
}
S.EndStatic();
S.EndHorizontalLay();
-------------------------------------------------------------------------
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