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

Modified Files:
        NoiseRemoval.cpp 
Log Message:
Fix a broken interface message


Index: NoiseRemoval.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/NoiseRemoval.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- NoiseRemoval.cpp    18 Jun 2007 16:10:54 -0000      1.38
+++ NoiseRemoval.cpp    27 Jul 2007 18:41:08 -0000      1.39
@@ -232,7 +232,7 @@
    // This should only happen in CleanSpeech.
    if(!mDoProfile && !mHasProfile) {
       wxMessageBox(
-        _("Attempt to run Noise Removal without a noise profile\n."));
+        _("Attempt to run Noise Removal without a noise profile.\n"));
       return false;
    }
 


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

Reply via email to