Skip to content

Commit

Permalink
FEM: rename icon, femmesh to mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Mar 6, 2020
1 parent e72551b commit 22b58e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Resources/Fem.qrc
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/femcommands/commands.py
Expand Up @@ -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"
Expand Down

0 comments on commit 22b58e4

Please sign in to comment.