Update of /cvsroot/audacity/audacity-src/src/prefs
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv7464/src/prefs

Modified Files:
        GUIPrefs.cpp 
Log Message:
-Progressed Checklist.

Index: GUIPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/GUIPrefs.cpp,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- GUIPrefs.cpp        14 Sep 2007 21:48:50 -0000      1.49
+++ GUIPrefs.cpp        16 Sep 2007 13:46:01 -0000      1.50
@@ -85,7 +85,8 @@
          wxT("/GUI/PresentTrackNumber"), true );
       S.TieCheckBox( _("Editing a &clip can move other clips"),
          wxT("/GUI/EditClipCanMove"), true );
-   }
+      S.TieCheckBox( _("&Select all audio, if none selected, on applying 
effect"),    
+         wxT("/GUI/SelectAllOnNone"), true );   }
    S.EndStatic();
    S.StartStatic( _("Show / Hide"),1 );
    {
@@ -95,7 +96,8 @@
          wxT("/GUI/WarnAboutTempFiles"), true );
       S.TieCheckBox( _("&Show prompt to save, even if project is empty"),    
          wxT("/GUI/EmptyCanBeDirty"), true );
-
+      S.TieCheckBox( _("Show Splash Screen at program start up"),    
+         wxT("/GUI/ShowSplashScreen"), true );
    }
    S.EndStatic();
    S.EndHorizontalLay();


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to