From: <pst...@us...> - 2011-08-01 20:55:55
|
Revision: 855 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=855&view=rev Author: pstieber Date: 2011-08-01 20:55:49 +0000 (Mon, 01 Aug 2011) Log Message: ----------- Fixed the code name. Modified Paths: -------------- trunk/jazz/src/JazzPlusPlusApplication.cpp Modified: trunk/jazz/src/JazzPlusPlusApplication.cpp =================================================================== --- trunk/jazz/src/JazzPlusPlusApplication.cpp 2011-07-31 01:23:52 UTC (rev 854) +++ trunk/jazz/src/JazzPlusPlusApplication.cpp 2011-08-01 20:55:49 UTC (rev 855) @@ -210,7 +210,7 @@ Is.open(HelpFileNameAndPath.c_str()); if (!Is) { - wxString Message = "Failed to add the IPVT book " + mHelpFileName; + wxString Message = "Failed to add the Jazz++ book " + mHelpFileName; ::wxMessageBox(Message); } else @@ -233,7 +233,7 @@ if (HelpFileFound) { - // Add the IPVT help file the the help system. + // Add the Jazz++ help file the the help system. mHelp.AddBook(HelpFileNameAndPath); if (!WasHelpPathRead && pConfig) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |