Ignore:
Timestamp:
01/25/12 12:07:08 (13 years ago)
Author:
tbretz
Message:
Removed the stray .his from the boot message
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ReadlineColor.cc

    r11947 r12765  
    2323bool ReadlineColor::PrintBootMsg(ostream &out, const string &name, bool interactive)
    2424{
    25     const string n = boost::filesystem::path(name).filename();
     25    const string n = boost::filesystem::path(name).stem();
    2626
    2727    out << kBlue << kBold << kUnderline << "\n Master Control Program (compiled "__DATE__" " __TIME__ << ") " << endl;
Note: See TracChangeset for help on using the changeset viewer.