FEM: Change Mechanical Material shortcut to M, M

Suggested by wmayer

Signed-off-by: Przemo Firszt <[email protected]>
This commit is contained in:
Przemo Firszt
2015-04-23 17:04:50 +02:00
committed by wmayer
parent 249c2641e0
commit e6d7b7e586
+1 -1
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):