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

Modified Files:
        Nyquist.cpp 
Log Message:
Removed _NoAcc() usage and "&" from text since they mnemonics were being added 
to string by translators and it didn't make any sense to have them on any of 
the strings...near as I could figure anyway.

Index: Nyquist.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/nyquist/Nyquist.cpp,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- Nyquist.cpp 20 May 2009 06:22:49 -0000      1.77
+++ Nyquist.cpp 1 Jun 2009 05:43:40 -0000       1.78
@@ -398,7 +398,7 @@
 
    if (mInteractive) {
       NyquistInputDialog dlog(wxGetTopLevelParent(NULL), -1,
-                              _NoAcc("Nyquist Prompt..."),
+                              _("Nyquist Prompt..."),
                               _("Enter Nyquist Command: "),
                               mCmd);
       dlog.CentreOnParent();


------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to