Skip to content

Commit

Permalink
FEM: rename icon, mesh region
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Mar 6, 2020
1 parent ce186a5 commit e72551b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Resources/Fem.qrc
Expand Up @@ -43,7 +43,7 @@
<file>icons/FEM_MeshGmshFromShape.svg</file>
<file>icons/FEM_MeshNetgenFromShape.svg</file>
<file>icons/FEM_MeshDisplayInfo.svg</file>
<file>icons/fem-femmesh-region.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-material-fluid.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/femcommands/commands.py
Expand Up @@ -878,7 +878,7 @@ class _MeshRegion(CommandManager):
def __init__(self):
super(_MeshRegion, self).__init__()
self.resources = {
"Pixmap": "fem-femmesh-region",
"Pixmap": "FEM_MeshRegion",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_MeshRegion",
"FEM mesh region"
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/femguiobjects/_ViewProviderFemMeshRegion.py
Expand Up @@ -44,7 +44,7 @@ class _ViewProviderFemMeshRegion(ViewProviderFemConstraint.ViewProxy):
"""

def getIcon(self):
return ":/icons/fem-femmesh-region.svg"
return ":/icons/FEM_MeshRegion.svg"

def setEdit(self, vobj, mode=0):
ViewProviderFemConstraint.ViewProxy.setEdit(
Expand Down

0 comments on commit e72551b

Please sign in to comment.