Skip to content

Commit

Permalink
FEM: rename icon, Constraint Self Weight
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Mar 6, 2020
1 parent 1239254 commit 657dedb
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
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<file>icons/FEM_ConstraintPlaneRotation.svg</file>
<file>icons/FEM_ConstraintPressure.svg</file>
<file>icons/FEM_ConstraintPulley.svg</file>
<file>icons/fem-constraint-selfweight.svg</file>
<file>icons/FEM_ConstraintSelfWeight.svg</file>
<file>icons/fem-constraint-temperature.svg</file>
<file>icons/fem-constraint-tie.svg</file>
<file>icons/fem-constraint-transform.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/femcommands/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class _ConstraintSelfWeight(CommandManager):
def __init__(self):
super(_ConstraintSelfWeight, self).__init__()
self.resources = {
"Pixmap": "fem-constraint-selfweight",
"Pixmap": "FEM_ConstraintSelfWeight",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_ConstraintSelfWeight",
"Constraint self weight"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ class _ViewProviderFemConstraintSelfWeight(ViewProviderFemConstraint.ViewProxy):
"""

def getIcon(self):
return ":/icons/fem-constraint-selfweight.svg"
return ":/icons/FEM_ConstraintSelfWeight.svg"

0 comments on commit 657dedb

Please sign in to comment.