FEM: rename icon, result purge

This commit is contained in:
Bernd Hahnebach
2020-03-06 08:40:30 +01:00
parent 45259a65aa
commit 5b37070a2b
3 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@
<file>icons/fem-post-geo-plane.svg</file>
<file>icons/fem-post-geo-sphere.svg</file>
<file>icons/FEM_ResultShow.svg</file>
<file>icons/fem-post-results-purge.svg</file>
<file>icons/FEM_ResultsPurge.svg</file>
<file>icons/fem-solver-analysis-frequency.svg</file>
<file>icons/fem-solver-analysis-static.svg</file>
<file>icons/fem-solver-analysis-thermomechanical.svg</file>

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -922,7 +922,7 @@ class _ResultsPurge(CommandManager):
def __init__(self):
super(_ResultsPurge, self).__init__()
self.resources = {
"Pixmap": "fem-post-results-purge",
"Pixmap": "FEM_ResultsPurge",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_ResultsPurge",
"Purge results"