Skip to content

Commit

Permalink
FEM: Rename Fem_NewAnalysis icon to fem-new-analysis
Browse files Browse the repository at this point in the history
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and yorikvanhavre committed Jul 29, 2015
1 parent 2a3409b commit 4c81365
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 @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -111,7 +111,7 @@ def IsActive(self):
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")}
Expand Down

0 comments on commit 4c81365

Please sign in to comment.