FEM: command manager, use FEM wb icon as standard
This commit is contained in:
committed by
Yorik van Havre
parent
158ef0d27f
commit
ef2c7ad31e
@@ -37,7 +37,7 @@ if FreeCAD.GuiUp:
|
||||
|
||||
class CommandManager(object):
|
||||
def __init__(self):
|
||||
self.resources = {'Pixmap': 'fem-frequency-analysis',
|
||||
self.resources = {'Pixmap': 'FemWorkbench',
|
||||
'MenuText': QtCore.QT_TRANSLATE_NOOP("Fem_Command", "Default Fem Command MenuText"),
|
||||
'Accel': "",
|
||||
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Fem_Command", "Default Fem Command ToolTip")}
|
||||
|
||||
Reference in New Issue
Block a user