Skip to content

Commit

Permalink
FEM: rename icon, Equation Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Mar 6, 2020
1 parent cd28b9c commit cb46f1e
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 @@ -33,7 +33,7 @@
<file>icons/FEM_ElementRotation1D.svg</file>
<file>icons/FEM_EquationElasticity.svg</file>
<file>icons/FEM_EquationElectrostatic.svg</file>
<file>icons/fem-equation-flow.svg</file>
<file>icons/FEM_EquationFlow.svg</file>
<file>icons/fem-equation-fluxsolver.svg</file>
<file>icons/fem-equation-heat.svg</file>
<file>icons/fem-femmesh-boundary-layer.svg</file>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/femcommands/commands.py
Expand Up @@ -402,7 +402,7 @@ class _EquationFlow(CommandManager):
def __init__(self):
super(_EquationFlow, self).__init__()
self.resources = {
"Pixmap": "fem-equation-flow",
"Pixmap": "FEM_EquationFlow",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_EquationFlow",
"Flow equation"
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/femsolver/equationbase.py
Expand Up @@ -116,6 +116,6 @@ class FlowProxy(BaseProxy):
class FlowViewProxy(BaseViewProxy):

def getIcon(self):
return ":/icons/fem-equation-flow.svg"
return ":/icons/FEM_EquationFlow.svg"

## @}

0 comments on commit cb46f1e

Please sign in to comment.