Salome HOME
Remove the text "formerly Yams" from SMESH plugin menus. MG-SurfOpt is the official...
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Fri, 8 Jul 2016 09:44:37 +0000 (11:44 +0200)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Fri, 8 Jul 2016 09:44:37 +0000 (11:44 +0200)
src/Tools/YamsPlug/yamsplug_plugin.py
src/Tools/smesh_plugins.py

index 292bbe985d223b6f943cbb62302655030b51c7a5..20eea53c69511b767ef3f6a63d4e6275f25983fb 100755 (executable)
@@ -37,7 +37,7 @@ def YamsLct(context):
       os.environ['DISTENE_LICENSE_FILE']
   except:
       QMessageBox.warning(None,"Products","""\
-Distene's product MeshGem SurfOpt (formerly Yams) is not installed.
+Distene's product MeshGem SurfOpt is not installed.
 required environment variable:
 DISTENE_LICENSE_FILE='.../dlim8.var.sh'""")
       return
index 52a886f3c8bfc48b6d9d1806e765da66cffdb1ae..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: