]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx
Salome HOME
Unicode support: correct handling of unicode on GUI level
[modules/geom.git] / src / GEOMGUI / GEOMGUI_AnnotationMgr.cxx
index 1c2e59e50eacfab8c5121c20eed1d4964bdcac64..fd75b5a4c72885fefc7534816ca71bfd97cd63c7 100755 (executable)
@@ -82,7 +82,7 @@ SALOME_Prs* GEOMGUI_AnnotationMgr::CreatePresentation( const GEOMGUI_AnnotationA
   if ( !theEntry.isEmpty() ) {
     // owner should be set to provide selection mechanizm
     Handle( SALOME_InteractiveObject ) anIO = new SALOME_InteractiveObject();
-    anIO->setEntry( theEntry.toLatin1().constData() );
+    anIO->setEntry( theEntry.toUtf8().constData() );
     aPresentation->SetOwner( anIO );
   }