diff --git a/src/Mod/Fem/Gui/Resources/Fem.qrc b/src/Mod/Fem/Gui/Resources/Fem.qrc index b0b99d5b99c7..1f914c0890bd 100755 --- a/src/Mod/Fem/Gui/Resources/Fem.qrc +++ b/src/Mod/Fem/Gui/Resources/Fem.qrc @@ -29,6 +29,7 @@ icons/fem-fem-mesh-from-shape.svg icons/fem-fem-mesh-gmsh-from-shape.svg icons/fem-fem-mesh-netgen-from-shape.svg + icons/fem-femmesh-to-mesh.svg icons/fem-frequency-analysis.svg icons/fem-inp-editor.svg icons/fem-material.svg diff --git a/src/Mod/Fem/Gui/Resources/icons/fem-femmesh-to-mesh.svg b/src/Mod/Fem/Gui/Resources/icons/fem-femmesh-to-mesh.svg new file mode 100644 index 000000000000..282ae082332f --- /dev/null +++ b/src/Mod/Fem/Gui/Resources/icons/fem-femmesh-to-mesh.svg @@ -0,0 +1,153 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/Mod/Fem/_CommandFEMMesh2Mesh.py b/src/Mod/Fem/_CommandFEMMesh2Mesh.py index 92f9063cb893..5cfade211bbe 100644 --- a/src/Mod/Fem/_CommandFEMMesh2Mesh.py +++ b/src/Mod/Fem/_CommandFEMMesh2Mesh.py @@ -38,7 +38,7 @@ class _CommandFemMesh2Mesh(FemCommands): # the Fem_FemMesh2Mesh command definition def __init__(self): super(_CommandFemMesh2Mesh, self).__init__() - self.resources = {'Pixmap': 'fem-fem-mesh-from-shape', + self.resources = {'Pixmap': 'fem-femmesh-to-mesh', 'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_FemMesh2Mesh", "FEM mesh to mesh"), 'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_FemMesh2Mesh", "Convert the surface of a FEM mesh to a mesh")} self.is_active = 'with_femmesh_andor_res'