FEM: command manager, use FEM wb icon as standard

This commit is contained in:
Bernd Hahnebach
2018-06-05 07:30:42 +02:00
committed by Yorik van Havre
parent 158ef0d27f
commit ef2c7ad31e

View File

@@ -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")}