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

Modified Files:
        AudacityApp.cpp 
Log Message:
You can't open what doesn't exist.More accurate description of the list the file
 is removed from.

Index: AudacityApp.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/AudacityApp.cpp,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -d -r1.245 -r1.246
--- AudacityApp.cpp     12 Sep 2009 20:25:43 -0000      1.245
+++ AudacityApp.cpp     18 Sep 2009 17:53:41 -0000      1.246
@@ -712,7 +712,7 @@
       }
       else {
          // File doesn't exist - remove file from history
-         wxMessageBox(wxString::Format(_("%s does not exist and could not be 
opened.\n\nIt has been removed from the history list."), 
+         wxMessageBox(wxString::Format(_("%s could not be found.\n\nIt has 
been removed from the list of recent files."), 
                       fileName.c_str()));
          return(false);
       }


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to