FEM: Change Start Calculations shortcut to S, C

Suggested by wmayer

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt 2015-04-22 14:34:19 +01:00 committed by wmayer
parent a4429c9ea8
commit 7ec585ec18

View File

@ -89,7 +89,7 @@ class _CommandMechanicalJobControl:
def GetResources(self):
return {'Pixmap': 'Fem_NewAnalysis',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_JobControl", "Start calculation"),
'Accel': "A",
'Accel': "S, C",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_JobControl", "Dialog to start the calculation of the mechanical anlysis")}
def Activated(self):