Changeset 7604 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.cc
- Timestamp:
- May 12, 2006, 9:22:14 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/lib/gui/gui_saveable.cc
r7600 r7604 65 65 void Saveable::save() 66 66 { 67 Preferences::getInstance()->setMultiType(this->group->getName(), this->getName(), this->value() );67 Preferences::getInstance()->setMultiType(this->group->getName(), this->getName(), this->value(), true); 68 68 PRINTF(4)("Saved to '%s' of group '%s' value ", this->getName(), this->group->getName()); 69 69 this->value().debug();
Note: See TracChangeset
for help on using the changeset viewer.