Update all uses of the Resources API with the changed API

This commit is contained in:
Arjen Hiemstra 2015-08-05 17:26:52 +02:00
parent 559780e268
commit 842689d88e
3 changed files with 15 additions and 7 deletions

View file

@ -506,6 +506,6 @@ UM.MainWindow {
}
}
Component.onCompleted: UM.Theme.load(UM.Resources.getPath(UM.Resources.ThemesLocation, "cura"))
Component.onCompleted: UM.Theme.load(UM.Resources.getPath(UM.Resources.Themes, "cura"))
}