Skip to content

Commit

Permalink
FEM: Change Mechanical Material shortcut to M, M
Browse files Browse the repository at this point in the history
Suggested by wmayer

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
  • Loading branch information
PrzemoF authored and wwmayer committed Apr 23, 2015
1 parent 249c264 commit e6d7b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Fem/MechanicalMaterial.py
Expand Up @@ -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):
Expand Down

0 comments on commit e6d7b7e

Please sign in to comment.