FEM: Change Show Results shortcut to S, R

Suggested by wmayer

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt
2015-04-22 14:33:33 +01:00
committed by wmayer
parent 7026622979
commit 61cf264507

View File

@@ -110,7 +110,7 @@ class _CommandMechanicalShowResult:
def GetResources(self):
return {'Pixmap': 'Fem_Result',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_ResultDisplacement", "Show result"),
'Accel': "A",
'Accel': "S, R",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_ResultDisplacement", "Show result information of an analysis")}
def Activated(self):