X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLightApp%2FLightApp_Plot2dSelector.cxx;h=f903cb5dafc121ea7016b73247119efa9697f0ce;hb=331294345d3e1716fbf79ae25a2851011729be79;hp=8b754fb695b453144724105003309d77e89d14e0;hpb=4bcb2f56e92b7eab9f660cb78e8a52121194b0ff;p=modules%2Fgui.git diff --git a/src/LightApp/LightApp_Plot2dSelector.cxx b/src/LightApp/LightApp_Plot2dSelector.cxx index 8b754fb69..f903cb5da 100755 --- a/src/LightApp/LightApp_Plot2dSelector.cxx +++ b/src/LightApp/LightApp_Plot2dSelector.cxx @@ -57,7 +57,7 @@ void LightApp_Plot2dSelector::getSelection( SUIT_DataOwnerPtrList& theList ) con { if( !myCurEntry.isNull() ) { #ifndef DISABLE_SALOMEOBJECT - theList.append( new LightApp_DataOwner( new SALOME_InteractiveObject(qPrintable(myCurEntry),"","") ) ); + theList.append( new LightApp_DataOwner( new SALOME_InteractiveObject(qUtf8Printable(myCurEntry),"","") ) ); #else theList.append( new LightApp_DataOwner( myCurEntry ) ); #endif @@ -76,7 +76,7 @@ void LightApp_Plot2dSelector::setSelection( const SUIT_DataOwnerPtrList& theList anIOList.Append(owner->IO()); } else if ( !owner->entry().isEmpty() ) { - anIOList.Append( new SALOME_InteractiveObject(qPrintable(owner->entry()),"","") ); + anIOList.Append( new SALOME_InteractiveObject(qUtf8Printable(owner->entry()),"","") ); } } }