Skip to content

Commit

Permalink
FEM: rename icon, Element Rotation 1D
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Mar 6, 2020
1 parent 7d0ead2 commit 25d3543
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 @@ -30,7 +30,7 @@
<file>icons/FEM_ElementFluid1D.svg</file>
<file>icons/FEM_ElementGeometry1D.svg</file>
<file>icons/FEM_ElementGeometry2D.svg</file>
<file>icons/fem-element-rotation-1d.svg</file>
<file>icons/FEM_ElementRotation1D.svg</file>
<file>icons/fem-equation-elasticity.svg</file>
<file>icons/fem-equation-electrostatic.svg</file>
<file>icons/fem-equation-flow.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/femcommands/commands.py
Expand Up @@ -341,7 +341,7 @@ class _ElementRotation1D(CommandManager):
def __init__(self):
super(_ElementRotation1D, self).__init__()
self.resources = {
"Pixmap": "fem-element-rotation-1d",
"Pixmap": "FEM_ElementRotation1D",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_ElementRotation1D",
"Beam rotation"
Expand Down
Expand Up @@ -44,7 +44,7 @@ class _ViewProviderFemElementRotation1D(ViewProviderFemConstraint.ViewProxy):
"""

def getIcon(self):
return ":/icons/fem-element-rotation-1d.svg"
return ":/icons/FEM_ElementRotation1D.svg"

"""
# do not activate the task panel, since rotation with reference shapes is not yet supported
Expand Down

0 comments on commit 25d3543

Please sign in to comment.