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

Modified Files:
        BatchProcessDialog.cpp 
Log Message:
Two minor changes to remove translateable empty strings
(which are gettext errors)


Index: BatchProcessDialog.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/BatchProcessDialog.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- BatchProcessDialog.cpp      16 Oct 2006 21:36:08 -0000      1.16
+++ BatchProcessDialog.cpp      21 Jan 2007 20:35:01 -0000      1.17
@@ -150,7 +150,7 @@
 
    S.StartHorizontalLay(wxCENTER, false);
    {
-      S.StartStatic(_(""), false);
+      S.StartStatic(wxT(""), false);   // deliberately not translated (!)
       {
          S.SetBorder(20);
          S.AddFixedText(wxString::Format(_("Applying '%s' to current project"),


-------------------------------------------------------------------------
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