diff --git a/src/Mod/Fem/Gui/Resources/Fem.qrc b/src/Mod/Fem/Gui/Resources/Fem.qrc index 9b2a1556b1..cc3caead6a 100755 --- a/src/Mod/Fem/Gui/Resources/Fem.qrc +++ b/src/Mod/Fem/Gui/Resources/Fem.qrc @@ -36,7 +36,7 @@ icons/FEM_EquationFlow.svg icons/FEM_EquationFluxsolver.svg icons/FEM_EquationHeat.svg - icons/fem-femmesh-boundary-layer.svg + icons/FEM_MeshBoundaryLayer.svg icons/fem-femmesh-clear-mesh.svg icons/fem-femmesh-create-node-by-poly.svg icons/fem-femmesh-from-shape.svg diff --git a/src/Mod/Fem/Gui/Resources/icons/fem-femmesh-boundary-layer.svg b/src/Mod/Fem/Gui/Resources/icons/FEM_MeshBoundaryLayer.svg similarity index 100% rename from src/Mod/Fem/Gui/Resources/icons/fem-femmesh-boundary-layer.svg rename to src/Mod/Fem/Gui/Resources/icons/FEM_MeshBoundaryLayer.svg diff --git a/src/Mod/Fem/femcommands/commands.py b/src/Mod/Fem/femcommands/commands.py index 92058c2182..24699e276a 100644 --- a/src/Mod/Fem/femcommands/commands.py +++ b/src/Mod/Fem/femcommands/commands.py @@ -678,7 +678,7 @@ class _MeshBoundaryLayer(CommandManager): def __init__(self): super(_MeshBoundaryLayer, self).__init__() self.resources = { - "Pixmap": "fem-femmesh-boundary-layer", + "Pixmap": "FEM_MeshBoundaryLayer", "MenuText": QtCore.QT_TRANSLATE_NOOP( "FEM_MeshBoundaryLayer", "FEM mesh boundary layer" diff --git a/src/Mod/Fem/femguiobjects/_ViewProviderFemMeshBoundaryLayer.py b/src/Mod/Fem/femguiobjects/_ViewProviderFemMeshBoundaryLayer.py index 530e192570..5732fef69e 100644 --- a/src/Mod/Fem/femguiobjects/_ViewProviderFemMeshBoundaryLayer.py +++ b/src/Mod/Fem/femguiobjects/_ViewProviderFemMeshBoundaryLayer.py @@ -44,7 +44,7 @@ class _ViewProviderFemMeshBoundaryLayer(ViewProviderFemConstraint.ViewProxy): """ def getIcon(self): - return ":/icons/fem-femmesh-boundary-layer.svg" + return ":/icons/FEM_MeshBoundaryLayer.svg" def setEdit(self, vobj, mode=0): ViewProviderFemConstraint.ViewProxy.setEdit(