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

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


Index: VSTEffect.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/VST/VSTEffect.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- VSTEffect.cpp       12 Mar 2007 09:23:12 -0000      1.26
+++ VSTEffect.cpp       4 Apr 2007 19:14:51 -0000       1.27
@@ -176,8 +176,7 @@
             GetSamples((WaveTrack *)right, &rstart, &rlen);
             
             if (llen != rlen || ((WaveTrack *)left)->GetRate() != ((WaveTrack 
*)right)->GetRate()) {
-               wxMessageBox(_("Sorry, VST Effects cannot be performed on 
stereo tracks where "
-                            "the individual channels of the track do not 
match."));
+               wxMessageBox(_("Sorry, VST Effects 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
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to