FEM: rename icon, Constraint Self Weight
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -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"
|
||||
|
||||
@@ -38,4 +38,4 @@ class _ViewProviderFemConstraintSelfWeight(ViewProviderFemConstraint.ViewProxy):
|
||||
"""
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/fem-constraint-selfweight.svg"
|
||||
return ":/icons/FEM_ConstraintSelfWeight.svg"
|
||||
|
||||
Reference in New Issue
Block a user