]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/LightApp/LightApp_VTKSelector.cxx
Salome HOME
Unicode support
[modules/gui.git] / src / LightApp / LightApp_VTKSelector.cxx
index 5d2a918eda2a8f31224045edbf8c4fa23ad60d10..697344247f0383dfb8a8a2047377e6acd11e4dca 100644 (file)
@@ -241,7 +241,7 @@ LightApp_VTKSelector
             else if(const LightApp_DataOwner* anOwner = dynamic_cast<const LightApp_DataOwner*>(aDataOwner))
             {
               Handle(SALOME_InteractiveObject) anIO =
-                new SALOME_InteractiveObject(anOwner->entry().toLatin1(),"");
+                new SALOME_InteractiveObject(anOwner->entry().toUtf8(),"");
               aSelector->AddIObject(anIO);
               anAppendList.Append(anIO);
             }