FEM: Rename Fem_Purge_Results icon to fem-purge-results
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
4c813656ea
commit
35f506d369
|
@ -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>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
id="svg2860"
|
||||
sodipodi:version="0.32"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="Fem_Purge_Results.svg"
|
||||
sodipodi:docname="fem-purge-results.svg"
|
||||
inkscape:output_extension="org.inkscape.output.svg.inkscape"
|
||||
version="1.1">
|
||||
<defs
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
|
@ -128,7 +128,7 @@ class _CommandMechanicalJobControl:
|
|||
|
||||
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")}
|
||||
|
|
Loading…
Reference in New Issue
Block a user