FEM: Change Show Results shortcut to S, R

Suggested by wmayer

Signed-off-by: Przemo Firszt <[email protected]>
This commit is contained in:
Przemo Firszt
2015-04-23 17:05:27 +02:00
committed by wmayer
parent 6ba642a3cc
commit a4429c9ea8
+1 -1
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):