Update of /cvsroot/audacity/audacity-src/src/effects
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv12448/src/effects
Modified Files:
NoiseRemoval.cpp
Log Message:
Quick fix for Unicode compile problem, after ThemePrefs.cpp.
Index: NoiseRemoval.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/NoiseRemoval.cpp,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- NoiseRemoval.cpp 11 Feb 2007 10:55:57 -0000 1.35
+++ NoiseRemoval.cpp 11 Feb 2007 22:02:32 -0000 1.36
@@ -746,19 +746,19 @@
// don't use CleanSpeech so it'd be a waste of time for most
// translators
step1Label = wxT("Preparation Step");
- step1Prompt = wxT("Listen carefully to section with some speech "
- "and some silence to check before/after.\n"
- "Select a few seconds of just noise ('thinner' "
- "part of wave pattern usually between\nspoken "
- "phrases or during pauses) so Audacity knows "
- "what to filter out, then click");
+ step1Prompt = _("Listen carefully to section with some speech "
+ wxT("and some silence to check before/after.\n")
+ wxT("Select a few seconds of just noise ('thinner' ")
+ wxT("part of wave pattern usually between\nspoken ")
+ wxT("phrases or during pauses) so Audacity knows ")
+ wxT("what to filter out, then click"));
step2Label = wxT("Actually Remove Noise");
- step2Prompt = wxT("Select what part of the audio you want filtered "
- "(Ctrl-A = All), chose how much noise\nyou want "
- "filtered out with sliders below, and then click "
- "'OK' to remove noise.\nFind best setting with "
- "Ctrl-Z to Undo, Select All, and change "
- "the slider positions.");
+ step2Prompt = _("Select what part of the audio you want filtered "
+ wxT("(Ctrl-A = All), chose how much noise\nyou want ")
+ wxT("filtered out with sliders below, and then click ")
+ wxT("'OK' to remove noise.\nFind best setting with ")
+ wxT("Ctrl-Z to Undo, Select All, and change ")
+ wxT("the slider positions."));
}
else {
step1Label = _("Step 1");
-------------------------------------------------------------------------
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