Skip to content

Commit

Permalink
FEM: rename icon, solver run
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Mar 6, 2020
1 parent baa6d78 commit ce7e1c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Resources/Fem.qrc
Expand Up @@ -71,7 +71,7 @@
<file>icons/fem-solver-control.svg</file>
<file>icons/fem-solver-elmer.svg</file>
<file>icons/fem-solver-inp-editor.svg</file>
<file>icons/fem-solver-run.svg</file>
<file>icons/FEM_SolverRun.svg</file>
<file>icons/fem-solver-standard.svg</file>
<file>icons/preferences-fem.svg</file>
<file>translations/Fem_af.qm</file>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/femcommands/commands.py
Expand Up @@ -1053,7 +1053,7 @@ class _SolverRun(CommandManager):
def __init__(self):
super(_SolverRun, self).__init__()
self.resources = {
"Pixmap": "fem-solver-run",
"Pixmap": "FEM_SolverRun",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_SolverRun",
"Run solver calculations"
Expand Down

0 comments on commit ce7e1c1

Please sign in to comment.