From 67e6f8cbe0ee707650ceba4c00362056771abe12 Mon Sep 17 00:00:00 2001 From: doitux Date: Mon, 28 May 2007 11:39:02 +0000 Subject: [PATCH] utf8fix --- src/config/configfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/configfile.cpp b/src/config/configfile.cpp index 84c1c28e..afd18988 100644 --- a/src/config/configfile.cpp +++ b/src/config/configfile.cpp @@ -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