Skip to content

Commit

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

def getIcon(self):
return ":/icons/fem-equation-fluxsolver.svg"
return ":/icons/FEM_EquationFluxsolver.svg"


class FluxsolverProxy(BaseProxy):
Expand Down

0 comments on commit 93ed45b

Please sign in to comment.