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

Modified Files:
        Project.cpp 
Log Message:
Fix build problem and remove unneeded ":".

Index: Project.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Project.cpp,v
retrieving revision 1.427
retrieving revision 1.428
diff -u -d -r1.427 -r1.428
--- Project.cpp 1 Jun 2009 05:43:40 -0000       1.427
+++ Project.cpp 1 Jun 2009 06:32:16 -0000       1.428
@@ -3158,7 +3158,7 @@
          ShowWarningDialog(this, wxT("FirstProjectSave"),
                            _("You are saving an Audacity project file 
(.aup).\n\nSaving a project creates a file that only Audacity can open.\n\nTo 
save an audio file for other programs, use one of the \"File > Export\" 
commands.\n"));
 
-      fName = FileSelector(_("Save Project As...") + wxT(":"),
+      fName = FileSelector(_("Save Project As..."),
                     path, fName, wxT(""),
                     _("Audacity projects (*.aup)|*.aup"),
                     wxFD_SAVE | wxFD_OVERWRITE_PROMPT | wxRESIZE_BORDER, this);


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