]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/OperationGUI/OperationGUI_ExtrudedFeatureDlg.cxx
Salome HOME
Unicode support: correct handling of unicode on GUI level
[modules/geom.git] / src / OperationGUI / OperationGUI_ExtrudedFeatureDlg.cxx
index eed2eab8320a20fac711258d6ee72f85e7139fe7..02ca9b74737f22d34363e12ad4026107c76e49d2 100644 (file)
@@ -383,7 +383,7 @@ bool OperationGUI_ExtrudedFeatureDlg::execute (ObjectList& objects)
       aParameters << myGroup->SpinBox_DX->text();
       if (myGroup->PushButton3->isChecked())
         aParameters << myGroup->SpinBox_DY->text();
-      anObj->SetParameters(aParameters.join(":").toLatin1().constData());
+      anObj->SetParameters(aParameters.join(":").toUtf8().constData());
     }
     objects.push_back(anObj._retn());
   }