FEM: Rename Fem_Material icon to fem-material
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
parent
facb110329
commit
2a3409b4a6
|
@ -13,7 +13,7 @@
|
|||
<file>icons/fem-add-material.svg</file>
|
||||
<file>icons/fem-add-part.svg</file>
|
||||
<file>icons/fem-inp-editor.svg</file>
|
||||
<file>icons/Fem_Material.svg</file>
|
||||
<file>icons/fem-material.svg</file>
|
||||
<file>icons/Fem_NewAnalysis.svg</file>
|
||||
<file>icons/Fem_Purge_Results.svg</file>
|
||||
<file>icons/Fem_Quick_Analysis.svg</file>
|
||||
|
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
|
@ -47,7 +47,7 @@ def makeMechanicalMaterial(name):
|
|||
class _CommandMechanicalMaterial:
|
||||
"the Fem Material command definition"
|
||||
def GetResources(self):
|
||||
return {'Pixmap': 'Fem_Material',
|
||||
return {'Pixmap': 'fem-material',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_Material", "Mechanical material..."),
|
||||
'Accel': "M, M",
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_Material", "Creates or edit the mechanical material definition.")}
|
||||
|
@ -93,7 +93,7 @@ class _ViewProviderMechanicalMaterial:
|
|||
vobj.Proxy = self
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/Fem_Material.svg"
|
||||
return ":/icons/fem-material.svg"
|
||||
|
||||
def attach(self, vobj):
|
||||
self.ViewObject = vobj
|
||||
|
|
Loading…
Reference in New Issue
Block a user