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

Modified Files:
        GUIPrefs.cpp 
Log Message:
-Beep on completion of longer activities

Index: GUIPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/GUIPrefs.cpp,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- GUIPrefs.cpp        16 Sep 2007 13:46:01 -0000      1.50
+++ GUIPrefs.cpp        19 Sep 2007 07:11:49 -0000      1.51
@@ -86,7 +86,10 @@
       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 );   }
+         wxT("/GUI/SelectAllOnNone"), true );   
+      S.TieCheckBox( _("&Beep on completion of longer activities"),    
+         wxT("/GUI/BeepOnCompletion"), false );   
+   }
    S.EndStatic();
    S.StartStatic( _("Show / Hide"),1 );
    {


-------------------------------------------------------------------------
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