Changeset 12765 for trunk/FACT++/src
- Timestamp:
- 01/25/12 12:07:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ReadlineColor.cc
r11947 r12765 23 23 bool ReadlineColor::PrintBootMsg(ostream &out, const string &name, bool interactive) 24 24 { 25 const string n = boost::filesystem::path(name). filename();25 const string n = boost::filesystem::path(name).stem(); 26 26 27 27 out << kBlue << kBold << kUnderline << "\n Master Control Program (compiled "__DATE__" " __TIME__ << ") " << endl;
Note:
See TracChangeset
for help on using the changeset viewer.