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

Modified Files:
        SimplePairedTwoTrack.h 
Log Message:
Fixes for untranslateable or partly translatable  multi-line strings


Index: SimplePairedTwoTrack.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/SimplePairedTwoTrack.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- SimplePairedTwoTrack.h      23 Sep 2006 02:26:25 -0000      1.7
+++ SimplePairedTwoTrack.h      4 Apr 2007 19:14:51 -0000       1.8
@@ -117,8 +117,7 @@
          GetSamples((WaveTrack *)right, &rstart, &rlen);
         
          if (llen != rlen || ((WaveTrack *)left)->GetRate() != ((WaveTrack 
*)right)->GetRate()) {
-            wxMessageBox(_("Sorry, This effect cannot be performed on stereo 
tracks where ")
-                        wxT("the individual channels of the track do not 
match."));
+            wxMessageBox(_("Sorry, This effect cannot be performed on stereo 
tracks where the individual channels of the track do not match."));
             return false;
                 }
       }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to