Update of /cvsroot/audacity/audacity-src/src/xml
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv5107
Modified Files:
XMLFileReader.cpp
Log Message:
Change error message...XMLReader isn't just for project files anymore.
Index: XMLFileReader.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/xml/XMLFileReader.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- XMLFileReader.cpp 23 Sep 2006 02:27:38 -0000 1.11
+++ XMLFileReader.cpp 8 Jul 2007 18:03:29 -0000 1.12
@@ -46,7 +46,6 @@
{
wxFFile theXMLFile(fname, wxT("rb"));
if (!theXMLFile.IsOpened()) {
- wxString errStr;
mErrorStr.Printf(_("Could not open file: \"%s\""), fname.c_str());
return false;
}
@@ -77,7 +76,7 @@
if (mHandler[0])
return true;
else {
- mErrorStr.Printf(_("Unable to open project file."));
+ mErrorStr.Printf(_("Could not load file: \"%s\""), fname.c_str());
return false;
}
}
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs