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

Modified Files:
        Silence.cpp 
Log Message:
TimeDialog prompt was wrong for any other than a Generate effect.  Provided a 
means of have a task specific label.

Index: Silence.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/Silence.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Silence.cpp 25 Mar 2009 04:14:44 -0000      1.26
+++ Silence.cpp 13 Jun 2009 03:08:46 -0000      1.27
@@ -29,7 +29,7 @@
 
 bool EffectSilence::PromptUser()
 {
-   TimeDialog dlog(mParent, wxID_ANY, _("Silence Generator"));
+   TimeDialog dlog(mParent, _("Silence Generator"));
 
    dlog.SetSampleRate(mProjectRate);
 


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