Update of /cvsroot/audacity/audacity-src/src/export
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1904

Modified Files:
        ExportMultiple.cpp 
Log Message:
add space to title of success dialogue

Index: ExportMultiple.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportMultiple.cpp,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- ExportMultiple.cpp  15 Oct 2009 18:52:16 -0000      1.57
+++ ExportMultiple.cpp  12 Jan 2010 12:28:30 -0000      1.58
@@ -541,7 +541,7 @@
 
       SuccessDialog dlg(this,
                    wxID_ANY,
-                   wxString(_("ExportMultiple")));
+                   wxString(_("Export Multiple")));
       ShuttleGui S(&dlg, eIsCreating);
       S.StartVerticalLay();
       {


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to