Skip to content

Commit

Permalink
FEM: rename icon, Equation Elasticity
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Mar 6, 2020
1 parent 25d3543 commit b620f83
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 @@ -31,7 +31,7 @@
<file>icons/FEM_ElementGeometry1D.svg</file>
<file>icons/FEM_ElementGeometry2D.svg</file>
<file>icons/FEM_ElementRotation1D.svg</file>
<file>icons/fem-equation-elasticity.svg</file>
<file>icons/FEM_EquationElasticity.svg</file>
<file>icons/fem-equation-electrostatic.svg</file>
<file>icons/fem-equation-flow.svg</file>
<file>icons/fem-equation-fluxsolver.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/femcommands/commands.py
Expand Up @@ -382,7 +382,7 @@ class _EquationElasticity(CommandManager):
def __init__(self):
super(_EquationElasticity, self).__init__()
self.resources = {
"Pixmap": "fem-equation-elasticity",
"Pixmap": "FEM_EquationElasticity",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_EquationElasticity",
"Elasticity equation"
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/femsolver/equationbase.py
Expand Up @@ -86,7 +86,7 @@ class ElasticityProxy(BaseProxy):
class ElasticityViewProxy(BaseViewProxy):

def getIcon(self):
return ":/icons/fem-equation-elasticity.svg"
return ":/icons/FEM_EquationElasticity.svg"


class ElectrostaticViewProxy(BaseViewProxy):
Expand Down

0 comments on commit b620f83

Please sign in to comment.