From bea371fc8e96e1539c55f29cfbaede2182a14d0b Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Mon, 26 Jul 2021 21:06:24 +0200 Subject: [PATCH] FEM: comand definition, delete not needed z88 icon definition as it uses FEM standard names --- src/Mod/Fem/femcommands/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Fem/femcommands/commands.py b/src/Mod/Fem/femcommands/commands.py index 4407df5e6f..cf6d3fa414 100644 --- a/src/Mod/Fem/femcommands/commands.py +++ b/src/Mod/Fem/femcommands/commands.py @@ -797,7 +797,6 @@ class _SolverZ88(CommandManager): def __init__(self): super(_SolverZ88, self).__init__() - self.pixmap = "FEM_SolverZ88.svg" self.menuetext = "Solver Z88" self.accel = "S, Z" self.tooltip = "Creates a FEM solver Z88"