refs #129 - old LightApprc.7.4.0 problem
The default values save mechanizm is implemented.
* \param theDefValue - default and initial value of the property
* Returns True if the property succesfully registered
*/
- CONFIG_EXPORT static bool registerProp(const std::string& theSection, const std::string& theName,
+ CONFIG_EXPORT static Config_Prop* registerProp(const std::string& theSection, const std::string& theName,
const std::string& theTitle, Config_Prop::PropType theType, const std::string& theDefValue = "");
CONFIG_EXPORT static Config_Prop* findProp(
// reset plugin's resources
XGUI_Preferences::resetConfig();
- XGUI_Preferences::updateResourcesByConfig(false);
+ XGUI_Preferences::updateResourcesByConfig();
myPreferences->retrieve();
}