diff --git a/src/Mod/Fem/Gui/Resources/Fem.qrc b/src/Mod/Fem/Gui/Resources/Fem.qrc index cc3caead6a..b7ce99dab1 100755 --- a/src/Mod/Fem/Gui/Resources/Fem.qrc +++ b/src/Mod/Fem/Gui/Resources/Fem.qrc @@ -37,7 +37,7 @@ icons/FEM_EquationFluxsolver.svg icons/FEM_EquationHeat.svg icons/FEM_MeshBoundaryLayer.svg - icons/fem-femmesh-clear-mesh.svg + icons/FEM_MeshClear.svg icons/fem-femmesh-create-node-by-poly.svg icons/fem-femmesh-from-shape.svg icons/fem-femmesh-gmsh-from-shape.svg diff --git a/src/Mod/Fem/Gui/Resources/icons/fem-femmesh-clear-mesh.svg b/src/Mod/Fem/Gui/Resources/icons/FEM_MeshClear.svg similarity index 100% rename from src/Mod/Fem/Gui/Resources/icons/fem-femmesh-clear-mesh.svg rename to src/Mod/Fem/Gui/Resources/icons/FEM_MeshClear.svg diff --git a/src/Mod/Fem/femcommands/commands.py b/src/Mod/Fem/femcommands/commands.py index 24699e276a..9b0e20ef65 100644 --- a/src/Mod/Fem/femcommands/commands.py +++ b/src/Mod/Fem/femcommands/commands.py @@ -699,7 +699,7 @@ class _MeshClear(CommandManager): def __init__(self): super(_MeshClear, self).__init__() self.resources = { - "Pixmap": "fem-femmesh-clear-mesh", + "Pixmap": "FEM_MeshClear", "MenuText": QtCore.QT_TRANSLATE_NOOP( "FEM_MeshClear", "Clear FEM mesh"