diff --git a/src/Mod/Fem/Gui/Resources/Fem.qrc b/src/Mod/Fem/Gui/Resources/Fem.qrc index b878439970..08d5350618 100755 --- a/src/Mod/Fem/Gui/Resources/Fem.qrc +++ b/src/Mod/Fem/Gui/Resources/Fem.qrc @@ -42,7 +42,7 @@ icons/fem-femmesh-from-shape.svg icons/FEM_MeshGmshFromShape.svg icons/FEM_MeshNetgenFromShape.svg - icons/fem-femmesh-print-info.svg + icons/FEM_MeshDisplayInfo.svg icons/fem-femmesh-region.svg icons/fem-femmesh-result.svg icons/fem-femmesh-to-mesh.svg diff --git a/src/Mod/Fem/Gui/Resources/icons/fem-femmesh-print-info.svg b/src/Mod/Fem/Gui/Resources/icons/FEM_MeshDisplayInfo.svg similarity index 100% rename from src/Mod/Fem/Gui/Resources/icons/fem-femmesh-print-info.svg rename to src/Mod/Fem/Gui/Resources/icons/FEM_MeshDisplayInfo.svg diff --git a/src/Mod/Fem/femcommands/commands.py b/src/Mod/Fem/femcommands/commands.py index 2ccf8723db..98bf7059ac 100644 --- a/src/Mod/Fem/femcommands/commands.py +++ b/src/Mod/Fem/femcommands/commands.py @@ -728,7 +728,7 @@ class _MeshDisplayInfo(CommandManager): def __init__(self): super(_MeshDisplayInfo, self).__init__() self.resources = { - "Pixmap": "fem-femmesh-print-info", + "Pixmap": "FEM_MeshDisplayInfo", "MenuText": QtCore.QT_TRANSLATE_NOOP( "FEM_MeshDisplayInfo", "Display FEM mesh info"