Fixed Path WB icon path

This commit is contained in:
Markus Lampert
2018-12-25 19:45:50 -08:00
committed by wmayer
parent 4257ed0faa
commit fc43bdc6d7

View File

@@ -47,7 +47,7 @@ class PathWorkbench (Workbench):
"Path workbench"
def __init__(self):
self.__class__.Icon = FreeCAD.getResourceDir() + "Mod/Path/Gui/Resources/icons/PathWorkbench.svg"
self.__class__.Icon = FreeCAD.getResourceDir() + "Mod/Path/Resources/icons/PathWorkbench.svg"
self.__class__.MenuText = "Path"
self.__class__.ToolTip = "Path workbench"