FEM: beam rotation object, add an own icon for this object
This commit is contained in:
@@ -196,7 +196,7 @@ class _CommandFemElementRotation1D(CommandManager):
|
||||
"The Fem_ElementRotation1D command definition"
|
||||
def __init__(self):
|
||||
super(_CommandFemElementRotation1D, self).__init__()
|
||||
self.resources = {'Pixmap': 'fem-beam-section',
|
||||
self.resources = {'Pixmap': 'fem-beam-rotation',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("FEM_ElementRotation1D", "Beam rotation"),
|
||||
'Accel': "C, R",
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("FEM_ElementRotation1D", "Creates a FEM beam rotation")}
|
||||
|
||||
Reference in New Issue
Block a user