From 6a6636fcc651eb96134a81ea1efa651944a3fade Mon Sep 17 00:00:00 2001 From: Paul RASCLE Date: Sun, 1 May 2016 17:09:47 +0200 Subject: [PATCH] blocFissure: coherence of menu and plugin name in help --- resources/SalomeApp.xml.in | 2 +- src/Tools/smesh_plugins.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/SalomeApp.xml.in b/resources/SalomeApp.xml.in index c1f99f6a4..4020eecc7 100644 --- a/resources/SalomeApp.xml.in +++ b/resources/SalomeApp.xml.in @@ -122,7 +122,7 @@ - +
diff --git a/src/Tools/smesh_plugins.py b/src/Tools/smesh_plugins.py index 940c983e2..52a886f3c 100644 --- a/src/Tools/smesh_plugins.py +++ b/src/Tools/smesh_plugins.py @@ -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: -- 2.30.2