FEM: rename icon, femmesh to mesh

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:40:08 +01:00
parent e72551bdc0
commit 22b58e4014
3 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@
<file>icons/FEM_MeshDisplayInfo.svg</file>
<file>icons/FEM_MeshRegion.svg</file>
<file>icons/fem-femmesh-result.svg</file>
<file>icons/fem-femmesh-to-mesh.svg</file>
<file>icons/FEM_FEMMesh2Mesh.svg</file>
<file>icons/fem-material-fluid.svg</file>
<file>icons/fem-material-nonlinear.svg</file>
<file>icons/fem-material-reinforced.svg</file>

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -628,7 +628,7 @@ class _Mesh2Mesh(CommandManager):
def __init__(self):
super(_Mesh2Mesh, self).__init__()
self.resources = {
"Pixmap": "fem-femmesh-to-mesh",
"Pixmap": "FEM_FEMMesh2Mesh",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_FEMMesh2Mesh",
"FEM mesh to mesh"