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

Modified Files:
        Leveller.cpp 
Log Message:
levels are translatable now


Index: Leveller.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/Leveller.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Leveller.cpp        8 Aug 2006 06:01:20 -0000       1.10
+++ Leveller.cpp        26 Oct 2006 05:04:44 -0000      1.11
@@ -44,7 +44,7 @@
 }
 
 #define NUM_PASSES_CHOICES 6
-static wxString numPasses[] = { wxT("None-Skip"), wxT("Light"), 
wxT("Moderate"), wxT("Heavy"), wxT("Heavier"), wxT("Heaviest") };
+static wxString numPasses[] = { _("None-Skip"), _("Light"), _("Moderate"), 
_("Heavy"), _("Heavier"), _("Heaviest") };
 static double gFrameSum; // odd ... having this as member var crashed on exit
 
 bool EffectLeveller::Init()


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to