Changeset 2687 for code/branches/buildsystem3/src/orxonox/gui
- Timestamp:
- Feb 21, 2009, 12:20:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/orxonox/gui/GUIManager.cc
r2685 r2687 153 153 boost::filesystem::path ceguiLogFilepath(Core::getLogPath() + "cegui.log"); 154 154 this->ceguiLogger_ = new DefaultLogger(); 155 this->ceguiLogger_->setLogFilename(ceguiLogFilepath. native_file_string());155 this->ceguiLogger_->setLogFilename(ceguiLogFilepath.file_string()); 156 156 // set the log level according to ours (translate by subtracting 1) 157 157 this->ceguiLogger_->setLoggingLevel(
Note: See TracChangeset
for help on using the changeset viewer.