diff --git a/src/Mod/Material/MaterialEditor.py b/src/Mod/Material/MaterialEditor.py index 92e0a1d005..5d1d645312 100644 --- a/src/Mod/Material/MaterialEditor.py +++ b/src/Mod/Material/MaterialEditor.py @@ -59,7 +59,7 @@ class MaterialEditor: self.initialIndex = -1 self.card_path = card_path filePath = os.path.dirname(__file__) + os.sep - self.iconPath = (filePath + "Resources" + os.sep + "Icons" + os.sep) + self.iconPath = (filePath + "Resources" + os.sep + "icons" + os.sep) # load the UI file from the same directory as this script self.widget = FreeCADGui.PySideUic.loadUi(filePath + "materials-editor.ui")