FEM: Rename Fem_NewAnalysis icon to fem-new-analysis

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt 2015-07-28 21:39:52 +01:00 committed by Yorik van Havre
parent 2a3409b4a6
commit 4c813656ea
3 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<file>icons/fem-add-part.svg</file>
<file>icons/fem-inp-editor.svg</file>
<file>icons/fem-material.svg</file>
<file>icons/Fem_NewAnalysis.svg</file>
<file>icons/fem-new-analysis.svg</file>
<file>icons/Fem_Purge_Results.svg</file>
<file>icons/Fem_Quick_Analysis.svg</file>
<file>icons/Fem_Result.svg</file>

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -111,7 +111,7 @@ class _CommandFemFromShape:
class _CommandMechanicalJobControl:
"the Fem JobControl command definition"
def GetResources(self):
return {'Pixmap': 'Fem_NewAnalysis',
return {'Pixmap': 'fem-new-analysis',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_JobControl", "Start calculation"),
'Accel': "S, C",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_JobControl", "Dialog to start the calculation of the mechanical anlysis")}