This commit is contained in:
doitux
2007-05-21 20:11:23 +00:00
parent 4dd26a3c3a
commit 8f8a851500
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ void ConfigFile::fillBuffer() {
const char *tmpStr = conf->Attribute("value");
if (tmpStr) tempString = tmpStr;
configBufferList[i].defaultValue = myQtToolsInterface->stringToUtf8(tempString);
configBufferList[i].defaultValue = tempString;
}
else { cout << "Could not find the element to fill the config-buffer with!"; }