Skip to content

Commit

Permalink
FEM: Rename Fem_Purge_Results icon to fem-purge-results
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 4c81365 commit 35f506d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Fem/Gui/Resources/Fem.qrc
Expand Up @@ -15,7 +15,7 @@
<file>icons/fem-inp-editor.svg</file>
<file>icons/fem-material.svg</file>
<file>icons/fem-new-analysis.svg</file>
<file>icons/Fem_Purge_Results.svg</file>
<file>icons/fem-purge-results.svg</file>
<file>icons/Fem_Quick_Analysis.svg</file>
<file>icons/Fem_Result.svg</file>
<file>icons/preferences-fem.svg</file>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Mod/Fem/MechanicalAnalysis.py
Expand Up @@ -128,7 +128,7 @@ def IsActive(self):

class _CommandPurgeFemResults:
def GetResources(self):
return {'Pixmap': 'Fem_Purge_Results',
return {'Pixmap': 'fem-purge-results',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_PurgeResults", "Purge results"),
'Accel': "S, S",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_PurgeResults", "Purge results from an analysis")}
Expand Down

0 comments on commit 35f506d

Please sign in to comment.