]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMGUI/GEOMGUI_TextTreeWdg.cxx
Salome HOME
Unicode support: correct handling of unicode on GUI level
[modules/geom.git] / src / GEOMGUI / GEOMGUI_TextTreeWdg.cxx
index 93181d8f950542387dc0fc3a610d7b5b32a42a4e..4ff3e7a8528363c5cdfe754a2e02bf243522b407 100755 (executable)
@@ -826,7 +826,7 @@ bool GEOMGUI_TextTreeWdg::setShapeItemVisibility( QSharedPointer<VisualProperty>
 //=================================================================================
 void GEOMGUI_TextTreeWdg::redisplay( QString theEntry )
 {
-  Handle(SALOME_InteractiveObject) io = new SALOME_InteractiveObject( theEntry.toLatin1().constData(), "GEOM", "TEMP_IO" );
+  Handle(SALOME_InteractiveObject) io = new SALOME_InteractiveObject( theEntry.toUtf8().constData(), "GEOM", "TEMP_IO" );
   myDisplayer.Redisplay( io );
 }