FEM: solver Z88, fix icon

This commit is contained in:
Bernd Hahnebach
2020-03-22 12:22:46 +01:00
parent dd12c587b8
commit a4d2a60f85
2 changed files with 2 additions and 2 deletions

View File

@@ -744,7 +744,7 @@ class _SolverZ88(CommandManager):
def __init__(self):
super(_SolverZ88, self).__init__()
self.pixmap = "FEM_SolverZ88.ico"
self.pixmap = "FEM_SolverZ88.svg"
self.menuetext = "Solver Z88"
self.accel = "S, Z"
self.tooltip = "Creates a FEM solver Z88"

View File

@@ -90,6 +90,6 @@ class Proxy(solverbase.Proxy):
class ViewProxy(solverbase.ViewProxy):
def getIcon(self):
return ":/icons/FEM_SolverZ88.ico"
return ":/icons/FEM_SolverZ88.svg"
## @}