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

Modified Files:
        Repeat.cpp 
Log Message:
Disallow "+" and "-" in "Number of times to repeat"

Index: Repeat.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/Repeat.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Repeat.cpp  12 Jul 2008 15:25:47 -0000      1.25
+++ Repeat.cpp  24 Nov 2008 08:24:55 -0000      1.26
@@ -171,8 +171,7 @@
 const static wxChar *numbers[] =
 {
    wxT("0"), wxT("1"), wxT("2"), wxT("3"), wxT("4"),
-   wxT("5"), wxT("6"), wxT("7"), wxT("8"), wxT("9"),
-   wxT("-"), wxT("+")
+   wxT("5"), wxT("6"), wxT("7"), wxT("8"), wxT("9")
 };
 
 #define ID_REPEAT_TEXT 7000


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to