Salome HOME
Remove the text "formerly Yams" from SMESH plugin menus. MG-SurfOpt is the official...
[modules/smesh.git] / src / Tools / smesh_plugins.py
index 940c983e2d5e5ca68bc27dbfee46caa8dcc75b4d..3c81d72fa64e98559c8ec7cfc85c354440c5f0da 100644 (file)
@@ -42,11 +42,11 @@ except:
 
 try:
   from yamsplug_plugin import YamsLct
-  salome_pluginsmanager.AddFunction('ReMesh with MGSurfOpt ( formerly Yams )',
+  salome_pluginsmanager.AddFunction('ReMesh with MGSurfOpt',
                                     'Run Yams',
                                     YamsLct)
 except:
-  salome_pluginsmanager.logger.info('ERROR: MGSurfOpt (Yams) plug-in is unavailable')
+  salome_pluginsmanager.logger.info('ERROR: MGSurfOpt plug-in is unavailable')
   pass
 
 try:
@@ -60,7 +60,7 @@ except:
 
 try:
   from blocFissure.ihm.fissureCoude_plugin import fissureCoudeDlg
-  salome_pluginsmanager.AddFunction('Meshed Pipe with a crack',
+  salome_pluginsmanager.AddFunction('Meshed Pipe with a crack (blocFissure plugin)',
                                     'Create a mesh with blocFissure tool',
                                     fissureCoudeDlg)
 except:
@@ -68,7 +68,7 @@ except:
   pass
 try:
   from blocFissure.ihm.fissureGenerale_plugin import fissureGeneraleDlg
-  salome_pluginsmanager.AddFunction('Add a crack in a mesh',
+  salome_pluginsmanager.AddFunction('Add a crack in a mesh (blocFissure plugin)',
                                     'Insert a crack in an hexahedral mesh with blocFissure tool',
                                     fissureGeneraleDlg)
 except: