FEM: icons, rename solver run

This commit is contained in:
Bernd Hahnebach
2018-09-10 14:01:04 +02:00
committed by wmayer
parent 68d708c827
commit 4e63defa0e
3 changed files with 2 additions and 2 deletions

View File

@@ -69,9 +69,9 @@
<file>icons/fem-post-geo-sphere.svg</file>
<file>icons/fem-post-result-show.svg</file>
<file>icons/fem-post-results-purge.svg</file>
<file>icons/fem-run-solver.svg</file>
<file>icons/fem-shell-thickness.svg</file>
<file>icons/fem-solver-elmer.svg</file>
<file>icons/fem-solver-run.svg</file>
<file>icons/fem-solver.svg</file>
<file>icons/fem-static-analysis.svg</file>
<file>icons/fem-thermomechanical-analysis.svg</file>

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@@ -753,7 +753,7 @@ class _CommandFemSolverRun(CommandManager):
"The FEM_SolverRun command definition"
def __init__(self):
super(_CommandFemSolverRun, self).__init__()
self.resources = {'Pixmap': 'fem-run-solver',
self.resources = {'Pixmap': 'fem-solver-run',
'MenuText': QtCore.QT_TRANSLATE_NOOP("FEM_SolverRun", "Run solver calculations"),
'Accel': "R, C",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("FEM_SolverRun", "Runs the calculations for the selected solver")}