Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7630 in orxonox.OLD for branches/qt_gui/src/lib/gui/gui_saveable.cc


Ignore:
Timestamp:
May 17, 2006, 8:11:27 AM (18 years ago)
Author:
rennerc
Message:

save should work now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/gui_saveable.cc

    r7608 r7630  
    6363  void Saveable::save()
    6464  {
    65     Preferences::getInstance()->setMultiType(this->group->getName(), this->getName(), this->value(), true);
     65    Preferences::getInstance()->setMultiType(this->group->getName(), this->getName(), this->value() );
    6666    PRINTF(4)("Saved to '%s' of group '%s' value '%s'\n", this->getName(), this->group->getName(), this->value().getCString());
    6767  }
Note: See TracChangeset for help on using the changeset viewer.