]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/RepairGUI/RepairGUI_ShapeProcessDlg.cxx
Salome HOME
Unicode support: correct handling of unicode on GUI level
[modules/geom.git] / src / RepairGUI / RepairGUI_ShapeProcessDlg.cxx
index f6df0de295944f28f540b2b40f22143e806d758c..5117536f0159291487cef504e972fbb917e66891 100755 (executable)
@@ -703,7 +703,7 @@ bool RepairGUI_ShapeProcessDlg::execute( ObjectList& objects )
           aParameters << QString( aParams[i] );
 
         aParameters << getTexts( aParams );
-        anObj->SetParameters(aParameters.join(":").toLatin1().constData());
+        anObj->SetParameters(aParameters.join(":").toUtf8().constData());
 
         RepairGUI::ShowStatistics( anOper, this );
       }