This commit is contained in:
doitux
2007-05-28 11:39:02 +00:00
parent ab4cf73caa
commit 67e6f8cbe0
+1 -1
View File
@@ -321,7 +321,7 @@ void ConfigFile::updateConfig(ConfigState myConfigState) {
const char *tmpStr = conf->Attribute("value");
if (tmpStr) tempString = tmpStr;
tmpElement->SetAttribute("value", myQtToolsInterface->stringToUtf8(tempString));
tmpElement->SetAttribute("value", tempString);
}
else {
// if element is not there --> set it with defaultValue