Changeset 7204 in orxonox.OLD for branches/std/src/lib/gui/gtk_gui
- Timestamp:
- Mar 9, 2006, 6:10:22 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/gui/gtk_gui/gui_exec.cc
r7203 r7204 166 166 void GuiExec::setConfFile(const char* fileName) 167 167 { 168 if ( !this->confDir.empty())168 if (this->confDir.empty()) 169 169 this->setConfDir("~/"); 170 170 this->confFile = this->confDir + "/" + fileName;
Note: See TracChangeset
for help on using the changeset viewer.