FEM: icons, rename purge results icon

This commit is contained in:
Bernd Hahnebach
2018-08-07 08:32:32 +02:00
committed by wmayer
parent af61ca6698
commit f991d89ec2
3 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@
<file>icons/fem-post-geo-plane.svg</file>
<file>icons/fem-post-geo-sphere.svg</file>
<file>icons/fem-post-result-show.svg</file>
<file>icons/fem-purge-results.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.svg</file>

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -659,7 +659,7 @@ class _CommandFemResultsPurge(CommandManager):
"The FEM_ResultsPurge command definition"
def __init__(self):
super(_CommandFemResultsPurge, self).__init__()
self.resources = {'Pixmap': 'fem-purge-results',
self.resources = {'Pixmap': 'fem-post-results-purge',
'MenuText': QtCore.QT_TRANSLATE_NOOP("FEM_ResultsPurge", "Purge results"),
'Accel': "S, S",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("FEM_ResultsPurge", "Purges all results from active analysis")}