Index: /trunk/FACT++/src/ReadlineColor.cc
===================================================================
--- /trunk/FACT++/src/ReadlineColor.cc	(revision 12764)
+++ /trunk/FACT++/src/ReadlineColor.cc	(revision 12765)
@@ -23,5 +23,5 @@
 bool ReadlineColor::PrintBootMsg(ostream &out, const string &name, bool interactive)
 {
-    const string n = boost::filesystem::path(name).filename();
+    const string n = boost::filesystem::path(name).stem();
 
     out << kBlue << kBold << kUnderline << "\n Master Control Program (compiled "__DATE__" " __TIME__ << ") " << endl;
