X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGEOMGUI%2FGEOMGUI_AnnotationMgr.cxx;h=e2c3cc38d58240d33892f3d981c0be19c7006e6d;hb=25a3dc91508bb59688142bc616b10facc61dfc3d;hp=1c2e59e50eacfab8c5121c20eed1d4964bdcac64;hpb=1dc813d9b75088fe64e6e8d055438963caa2ad7f;p=modules%2Fgeom.git diff --git a/src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx b/src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx old mode 100755 new mode 100644 index 1c2e59e50..e2c3cc38d --- a/src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx +++ b/src/GEOMGUI/GEOMGUI_AnnotationMgr.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2021 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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 ); }