FEM: Change Mechanical Material shortcut to M, M

Suggested by wmayer

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt 2015-04-22 14:30:29 +01:00 committed by wmayer
parent 249c2641e0
commit e6d7b7e586

View File

@ -49,7 +49,7 @@ class _CommandMechanicalMaterial:
def GetResources(self):
return {'Pixmap': 'Fem_Material',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_Material", "Mechanical material..."),
'Accel': "A, X",
'Accel': "M, M",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_Material", "Creates or edit the mechanical material definition.")}
def Activated(self):