Skip to content
Snippets Groups Projects
Commit dc8e839a authored by Savici, Andrei T.'s avatar Savici, Andrei T.
Browse files

Update the welcome string. Refs #7654

parent 9c31f226
No related branches found
No related tags found
No related merge requests found
......@@ -54,10 +54,7 @@ namespace Mantid
*/
std::string welcomeMessage()
{
std::stringstream s;
s<<"Welcome to Mantid "<<Mantid::Kernel::MantidVersion::version()<<" Manipulation and Analysis Toolkit for Instrument Data "<<std::endl;
return s.str();
return "Welcome to Mantid " + std::string(Mantid::Kernel::MantidVersion::version()) + " - Manipulation and Analysis Toolkit for Instrument Data";
}
namespace Kernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment