Salome HOME
#17845 [EDF] Modifications of Automatic meshing
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MeshDlg.cxx
index 159343161f3dea1c8b4cc3707939fef98d719e09..d9f403a4ad49532b204c101596ff2db4b662ef4d 100644 (file)
@@ -745,7 +745,7 @@ void SMESHGUI_MeshDlg::setHypoSets( const QStringList& theSets )
   }
   aHypoSetPopup->clear();
   for ( int i = 0, n = theSets.count(); i < n; i++ ) {
-    aHypoSetPopup->addAction( theSets[ i ] );
+    aHypoSetPopup->addAction( tr( theSets[ i ].toUtf8().data() ));
   }
   myHypoSetButton->setEnabled( !aHypoSetPopup->isEmpty() );
 }