Skip to content

Commit

Permalink
FEM: rename icon, mesh display info
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Mar 6, 2020
1 parent b5763c9 commit ce186a5
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 @@ -42,7 +42,7 @@
<file>icons/fem-femmesh-from-shape.svg</file>
<file>icons/FEM_MeshGmshFromShape.svg</file>
<file>icons/FEM_MeshNetgenFromShape.svg</file>
<file>icons/fem-femmesh-print-info.svg</file>
<file>icons/FEM_MeshDisplayInfo.svg</file>
<file>icons/fem-femmesh-region.svg</file>
<file>icons/fem-femmesh-result.svg</file>
<file>icons/fem-femmesh-to-mesh.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/femcommands/commands.py
Expand Up @@ -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"
Expand Down

0 comments on commit ce186a5

Please sign in to comment.