Salome HOME
Fix for '23345: [CEA 1930] Wrong display of the unit of degrees' issue.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_ClippingDlg.cxx
index e1047b87489258ec013457495d0d002c7a92a340..5b3b35cf073ed5c144fc54d4e807d31ef1667990 100644 (file)
@@ -476,7 +476,7 @@ SMESHGUI_ClippingDlg::SMESHGUI_ClippingDlg( SMESHGUI* theModule, SVTK_ViewWindow
   QFont fnt = SpinSliderDistance->font(); fnt.setBold( true ); SpinSliderDistance->setFont( fnt );
   GroupParametersLayout->addWidget( SpinSliderDistance, 1, 1 );
   
-  QString aUnitRot = "\xB0";
+  QString aUnitRot = QString(QChar(0xB0));
 
   TextLabelRotation1 = new QLabel( tr("ROTATION_AROUND_X_Y2Z"), GroupParameters );
   TextLabelRotation1->setObjectName( "TextLabelRotation1" );