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

Modified Files:
        ImportExportPrefs.cpp 
Log Message:
Fix opps I made when changing the class name.  Also changed the preference keys 
for a couple of items.

Index: ImportExportPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/ImportExportPrefs.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ImportExportPrefs.cpp       22 May 2009 05:46:00 -0000      1.1
+++ ImportExportPrefs.cpp       11 Jun 2009 06:03:16 -0000      1.2
@@ -52,7 +52,7 @@
 
    S.StartStatic(_("When importing audio files"));
    {
-      
S.StartRadioButtonGroup(wxT("/ImportExports/CopyOrEditUncompressedData"), 
wxT("edit"));
+      S.StartRadioButtonGroup(wxT("/FileFormats/CopyOrEditUncompressedData"), 
wxT("edit"));
       {
          S.TieRadioButton(_("&Make a copy of uncompressed audio files before 
editing (safer)"),
                           wxT("copy"));
@@ -69,7 +69,7 @@
 
    S.StartStatic(_("When exporting tracks to an audio file"));
    {
-      S.StartRadioButtonGroup(wxT("/ImportExports/ExportDownMix"), true);
+      S.StartRadioButtonGroup(wxT("/FileFormats/ExportDownMix"), true);
       {
          S.TieRadioButton(_("A&lways mix all tracks down to Stereo or Mono 
channel(s)."),
                           true);


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to