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

Modified Files:
        ControlToolBar.cpp 
Log Message:
Updated error message reflects the actual restrictions


Index: ControlToolBar.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/toolbars/ControlToolBar.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- ControlToolBar.cpp  10 Sep 2007 21:12:36 -0000      1.18
+++ ControlToolBar.cpp  16 Sep 2007 13:25:35 -0000      1.19
@@ -687,7 +687,7 @@
       size_t numProjects = gAudacityProjects.Count();
       bool tracks = (p && !p->GetTracks()->IsEmpty());
       if (tracks || (numProjects > 1)) {
-         wxMessageBox(_("CleanSpeech only allows recording mono 
tracks.\nRecording is not possible when more than one window is open."),
+         wxMessageBox(_("Recording in CleanSpeech mode is not possible when a 
track, or more than one project, is already open."),
             _("Recording not permitted"),
             wxOK | wxICON_INFORMATION,
             this);


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