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

Modified Files:
        Effect.cpp 
Log Message:
Change progress dialog to "Preparing preview"

Index: Effect.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/Effect.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Effect.cpp  9 Apr 2007 04:02:01 -0000       1.41
+++ Effect.cpp  9 Apr 2007 05:11:05 -0000       1.42
@@ -298,7 +298,7 @@
    // Effect is already inited; we call Process, End, and then Init
    // again, so the state is exactly the way it was before Preview
    // was called.
-   GetActiveProject()->ProgressShow(GetEffectName(), GetEffectAction());
+   GetActiveProject()->ProgressShow(GetEffectName(), _("Preparing preview"));
    Process();
    GetActiveProject()->ProgressHide();
    End();


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to